Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jmespath-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Oct 26, 2023
1 parent 8bb8249 commit 62ccff6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jmespath-core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jmespath-gson/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions jmespath-jackson-jr/pom.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<artifactId>jmespath-jackson-jr</artifactId>
Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jmespath-jackson/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jmespath-jakarta-jsonp/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jmespath-vertx/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>JMESPath</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:ssh://git@github.com/burtcorp/jmespath-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/burtcorp/jmespath-java.git</developerConnection>
<url>https://github.com/burtcorp/jmespath-java.git</url>
<tag>jmespath-${project.version}</tag>
<tag>jmespath-0.6.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 62ccff6

Please sign in to comment.