Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2022.09.15
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 14, 2022
1 parent 775af18 commit 408682d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion org-apache-maven-plugins-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pgp-keys-map</artifactId>
<groupId>org.simplify4u</groupId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
</parent>

<artifactId>org-apache-maven-plugins-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org-codehaus-mojo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pgp-keys-map</artifactId>
<groupId>org.simplify4u</groupId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
</parent>

<artifactId>org-codehaus-mojo-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org-springframework-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pgp-keys-map</artifactId>
<groupId>org.simplify4u</groupId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
</parent>

<artifactId>org-springframework-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pgp-keys-map-test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pgp-keys-map</artifactId>
<groupId>org.simplify4u</groupId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
</parent>

<artifactId>pgp-keys-map-test1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pgp-keys-map-test2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pgp-keys-map</artifactId>
<groupId>org.simplify4u</groupId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
</parent>

<artifactId>pgp-keys-map-test2</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

<artifactId>pgp-keys-map</artifactId>
<version>2022.07.03-SNAPSHOT</version>
<version>2022.09.15</version>
<packaging>pom</packaging>

<name>PGP keys map to maven artifacts</name>
Expand Down Expand Up @@ -68,14 +68,14 @@
<connection>scm:git:git@github.com:s4u/pgp-keys-map.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/s4u/pgp-keys-map</url>
<tag>HEAD</tag>
<tag>v2022.09.15</tag>
</scm>

<properties>
<maven.test.skip />
<maven.site.skip>true</maven.site.skip>
<scmpublish.skipDeploy>true</scmpublish.skipDeploy>
<project.build.outputTimestamp>2022-07-02T09:31:09Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-09-14T22:18:10Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit 408682d

Please sign in to comment.