Skip to content

Commit 585a296

Browse files
committed
[maven-release-plugin] prepare release animal-sniffer-1.24
1 parent 2fd61f1 commit 585a296

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.24-SNAPSHOT</version>
31+
<version>1.24</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.24-SNAPSHOT</version>
31+
<version>1.24</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.24-SNAPSHOT</version>
31+
<version>1.24</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.24-SNAPSHOT</version>
31+
<version>1.24</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.24-SNAPSHOT</version>
31+
<version>1.24</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.24-SNAPSHOT</version>
31+
<version>1.24</version>
3232
</parent>
3333

3434
<artifactId>java-boot-classpath-detector</artifactId>

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.24-SNAPSHOT</version>
35+
<version>1.24</version>
3636
<packaging>pom</packaging>
3737

3838
<name>Animal Sniffer</name>
@@ -79,7 +79,7 @@
7979
<scm>
8080
<connection>scm:git:https://github.com/mojohaus/animal-sniffer.git</connection>
8181
<developerConnection>scm:git:ssh://[email protected]/mojohaus/animal-sniffer.git</developerConnection>
82-
<tag>1.23</tag>
82+
<tag>animal-sniffer-1.24</tag>
8383
<url>https://github.com/mojohaus/animal-sniffer/tree/master</url>
8484
</scm>
8585

@@ -95,7 +95,7 @@
9595

9696
<properties>
9797
<scmpublish.content>${project.build.directory}/staging/animal-sniffer-parent</scmpublish.content>
98-
<project.build.outputTimestamp>2023-03-25T07:56:10Z</project.build.outputTimestamp>
98+
<project.build.outputTimestamp>2024-07-04T13:51:16Z</project.build.outputTimestamp>
9999
</properties>
100100

101101
<dependencyManagement>

0 commit comments

Comments
 (0)