Skip to content

Commit bae2423

Browse files
[maven-release-plugin] prepare release 1.23
1 parent 90f22e4 commit bae2423

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
31+
<version>1.23</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.23-SNAPSHOT</version>
35+
<version>1.23</version>
3636
<packaging>pom</packaging>
3737

3838
<name>Animal Sniffer</name>
@@ -82,7 +82,7 @@
8282
<connection>scm:git:https://github.com/mojohaus/animal-sniffer.git</connection>
8383
<developerConnection>scm:git:ssh://git@github.com/mojohaus/animal-sniffer.git</developerConnection>
8484
<url>https://github.com/mojohaus/animal-sniffer/tree/master</url>
85-
<tag>master</tag>
85+
<tag>1.23</tag>
8686
</scm>
8787

8888
<issueManagement>
@@ -101,7 +101,7 @@
101101
<maven.version>3.2.5</maven.version>
102102
<mojo.java.target>8</mojo.java.target>
103103
<build-helper.version>3.3.0</build-helper.version>
104-
<project.build.outputTimestamp>2022-08-16T03:45:35Z</project.build.outputTimestamp>
104+
<project.build.outputTimestamp>2023-03-25T07:54:40Z</project.build.outputTimestamp>
105105
</properties>
106106

107107
<dependencyManagement>

0 commit comments

Comments
 (0)