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

Commit 62ccff6

Browse files
committed
[maven-release-plugin] prepare release jmespath-0.6.0
1 parent 8bb8249 commit 62ccff6

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
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.2-SNAPSHOT</version>
13+
<version>0.6.0</version>
1414
</parent>
1515

1616
<properties>

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.2-SNAPSHOT</version>
13+
<version>0.6.0</version>
1414
</parent>
1515

1616
<properties>

jmespath-jackson-jr/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<artifactId>jmespath-jackson-jr</artifactId>
@@ -11,7 +9,7 @@
119
<parent>
1210
<groupId>io.burt</groupId>
1311
<artifactId>jmespath</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
12+
<version>0.6.0</version>
1513
</parent>
1614

1715
<properties>

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.2-SNAPSHOT</version>
13+
<version>0.6.0</version>
1414
</parent>
1515

1616
<properties>

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.2-SNAPSHOT</version>
13+
<version>0.6.0</version>
1414
</parent>
1515

1616
<properties>

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.2-SNAPSHOT</version>
13+
<version>0.6.0</version>
1414
</parent>
1515

1616
<properties>

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.2-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>JMESPath</name>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</connection>
4747
<developerConnection>scm:git:ssh://[email protected]/burtcorp/jmespath-java.git</developerConnection>
4848
<url>https://github.com/burtcorp/jmespath-java.git</url>
49-
<tag>jmespath-${project.version}</tag>
49+
<tag>jmespath-0.6.0</tag>
5050
</scm>
5151

5252
<modules>

0 commit comments

Comments
 (0)