Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit fb01569

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4022087 commit fb01569

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

jmespath-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.burt</groupId>
1212
<artifactId>jmespath</artifactId>
13-
<version>0.5.1</version>
13+
<version>0.5.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-gson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.burt</groupId>
1212
<artifactId>jmespath</artifactId>
13-
<version>0.5.1</version>
13+
<version>0.5.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.burt</groupId>
1212
<artifactId>jmespath</artifactId>
13-
<version>0.5.1</version>
13+
<version>0.5.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-jakarta-jsonp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.burt</groupId>
1212
<artifactId>jmespath</artifactId>
13-
<version>0.5.1</version>
13+
<version>0.5.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-vertx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.burt</groupId>
1212
<artifactId>jmespath</artifactId>
13-
<version>0.5.1</version>
13+
<version>0.5.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.burt</groupId>
77
<artifactId>jmespath</artifactId>
8-
<version>0.5.1</version>
8+
<version>0.5.2-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>JMESPath</name>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</connection>
5252
<developerConnection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</developerConnection>
5353
<url>https://github.com/burtcorp/jmespath-java.git</url>
54-
<tag>jmespath-0.5.1</tag>
54+
<tag>jmespath-${project.version}</tag>
5555
</scm>
5656

5757
<modules>

0 commit comments

Comments
 (0)