Skip to content

Commit

Permalink
[maven-release-plugin] prepare release animal-sniffer-1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 4, 2024
1 parent 2fd61f1 commit 585a296
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion animal-sniffer-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>animal-sniffer-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion animal-sniffer-ant-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>animal-sniffer-ant-tasks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion animal-sniffer-enforcer-rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>animal-sniffer-enforcer-rule</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion animal-sniffer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion animal-sniffer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>animal-sniffer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-boot-classpath-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
</parent>

<artifactId>java-boot-classpath-detector</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</parent>

<artifactId>animal-sniffer-parent</artifactId>
<version>1.24-SNAPSHOT</version>
<version>1.24</version>
<packaging>pom</packaging>

<name>Animal Sniffer</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/animal-sniffer.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/animal-sniffer.git</developerConnection>
<tag>1.23</tag>
<tag>animal-sniffer-1.24</tag>
<url>https://github.com/mojohaus/animal-sniffer/tree/master</url>
</scm>

Expand All @@ -95,7 +95,7 @@

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

<dependencyManagement>
Expand Down

0 comments on commit 585a296

Please sign in to comment.