Skip to content

Commit 81875c9

Browse files
committed
[maven-release-plugin] prepare release animal-sniffer-parent-1.22
1 parent 3df5718 commit 81875c9

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

animal-sniffer-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<artifactId>animal-sniffer-annotations</artifactId>

animal-sniffer-ant-tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<artifactId>animal-sniffer-ant-tasks</artifactId>

animal-sniffer-enforcer-rule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<artifactId>animal-sniffer-enforcer-rule</artifactId>

animal-sniffer-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<artifactId>animal-sniffer-maven-plugin</artifactId>

animal-sniffer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<artifactId>animal-sniffer</artifactId>

java-boot-classpath-detector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>animal-sniffer-parent</artifactId>
31-
<version>1.22-SNAPSHOT</version>
31+
<version>1.22</version>
3232
</parent>
3333

3434
<groupId>org.codehaus.mojo</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</parent>
3333

3434
<artifactId>animal-sniffer-parent</artifactId>
35-
<version>1.22-SNAPSHOT</version>
35+
<version>1.22</version>
3636
<packaging>pom</packaging>
3737

3838
<name>Animal Sniffer</name>
@@ -81,7 +81,7 @@
8181
<connection>scm:git:https://github.com/mojohaus/animal-sniffer.git</connection>
8282
<developerConnection>scm:git:ssh://[email protected]/mojohaus/animal-sniffer.git</developerConnection>
8383
<url>https://github.com/mojohaus/animal-sniffer</url>
84-
<tag>master</tag>
84+
<tag>animal-sniffer-parent-1.22</tag>
8585
</scm>
8686
<issueManagement>
8787
<system>GitHub</system>
@@ -103,7 +103,7 @@
103103
<mojo.java.target>1.8</mojo.java.target>
104104
<build-helper.version>3.3.0</build-helper.version>
105105
<invoker.streamLogs>false</invoker.streamLogs>
106-
<project.build.outputTimestamp>2022-02-01T08:42:31Z</project.build.outputTimestamp>
106+
<project.build.outputTimestamp>2022-08-16T03:45:07Z</project.build.outputTimestamp>
107107
</properties>
108108

109109
<build>

0 commit comments

Comments
 (0)