Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 25, 2023
1 parent 90f22e4 commit bae2423
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
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-parent</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
</parent>

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

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

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

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

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

<groupId>org.codehaus.mojo</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
</parent>

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

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

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

<dependencyManagement>
Expand Down

0 comments on commit bae2423

Please sign in to comment.