Skip to content

Commit 99a39ad

Browse files
committed
[maven-release-plugin] prepare release 0.0.12
1 parent 6e6e681 commit 99a39ad

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Just add jackson-jq in your pom.xml.
1515
<dependency>
1616
<groupId>net.thisptr</groupId>
1717
<artifactId>jackson-jq</artifactId>
18-
<version>0.0.11</version>
18+
<version>0.0.12</version>
1919
</dependency>
2020
</dependencies>
2121
```
@@ -211,7 +211,7 @@ Using jackson-jq-extra module
211211
<dependency>
212212
<groupId>net.thisptr</groupId>
213213
<artifactId>jackson-jq-extra</artifactId>
214-
<version>0.0.11</version>
214+
<version>0.0.12</version>
215215
</dependency>
216216
</dependencies>
217217
```

jackson-jq-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<groupId>net.thisptr</groupId>
1010
<artifactId>jackson-jq-parent</artifactId>
11-
<version>0.0.12-SNAPSHOT</version>
11+
<version>0.0.12</version>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>net.thisptr</groupId>
1717
<artifactId>jackson-jq-extra</artifactId>
18-
<version>0.0.12-SNAPSHOT</version>
18+
<version>0.0.12</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>commons-cli</groupId>

jackson-jq-extra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<groupId>net.thisptr</groupId>
1010
<artifactId>jackson-jq-parent</artifactId>
11-
<version>0.0.12-SNAPSHOT</version>
11+
<version>0.0.12</version>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>net.thisptr</groupId>
1717
<artifactId>jackson-jq</artifactId>
18-
<version>0.0.12-SNAPSHOT</version>
18+
<version>0.0.12</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

jackson-jq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>net.thisptr</groupId>
1010
<artifactId>jackson-jq-parent</artifactId>
11-
<version>0.0.12-SNAPSHOT</version>
11+
<version>0.0.12</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.thisptr</groupId>
55
<artifactId>jackson-jq-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.0.12-SNAPSHOT</version>
7+
<version>0.0.12</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<description>jq for Jackson JSON Processor</description>
1010
<url>https://github.com/eiiches/jackson-jq</url>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git@github.com:eiiches/jackson-jq.git</connection>
2929
<developerConnection>scm:git:git@github.com:eiiches/jackson-jq.git</developerConnection>
3030
<url>git@github.com:juven/git-demo.git</url>
31-
<tag>HEAD</tag>
31+
<tag>0.0.12</tag>
3232
</scm>
3333

3434
<modules>

0 commit comments

Comments
 (0)