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

Commit 0524c02

Browse files
committed
[maven-release-plugin] prepare release jmespath-0.4.0
1 parent aa11f33 commit 0524c02

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

jmespath-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.1-SNAPSHOT</version>
13+
<version>0.4.0</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-gson/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.1-SNAPSHOT</version>
13+
<version>0.4.0</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.1-SNAPSHOT</version>
13+
<version>0.4.0</version>
1414
</parent>
1515

1616
<dependencies>

jmespath-vertx/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.1-SNAPSHOT</version>
13+
<version>0.4.0</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
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.3.1-SNAPSHOT</version>
8+
<version>0.4.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>JMESPath</name>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</connection>
5151
<developerConnection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</developerConnection>
5252
<url>https://github.com/burtcorp/jmespath-java.git</url>
53-
<tag>jmespath-${project.version}</tag>
53+
<tag>jmespath-0.4.0</tag>
5454
</scm>
5555

5656
<modules>

0 commit comments

Comments
 (0)