Skip to content

Commit

Permalink
[maven-release-plugin] prepare release animal-sniffer-parent-1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Feb 1, 2022
1 parent 0c8ba2b commit 3eba4cb
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.21-SNAPSHOT</version>
<version>1.21</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.21-SNAPSHOT</version>
<version>1.21</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.21-SNAPSHOT</version>
<version>1.21</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.21-SNAPSHOT</version>
<version>1.21</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.21-SNAPSHOT</version>
<version>1.21</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.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<groupId>org.codehaus.mojo</groupId>
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.21-SNAPSHOT</version>
<version>1.21</version>
<packaging>pom</packaging>

<name>Animal Sniffer</name>
Expand Down Expand Up @@ -81,7 +81,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</url>
<tag>master</tag>
<tag>animal-sniffer-parent-1.21</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -103,7 +103,7 @@
<mojo.java.target>1.8</mojo.java.target>
<build-helper.version>3.3.0</build-helper.version>
<invoker.streamLogs>false</invoker.streamLogs>
<project.build.outputTimestamp>2021-02-15T11:49:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-02-01T08:42:01Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit 3eba4cb

Please sign in to comment.