Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2023
1 parent 10036fb commit b14bc2e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>3scale-cms-tools-cli</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>3scale CMS Tools (command-line interface)</name>
Expand All @@ -29,7 +29,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>1699376270</project.build.outputTimestamp>
<project.build.outputTimestamp>1699478601</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions openapi-generator-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>openapi-generator-template</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>3scale CMS Tools (OpenAPI-Generator Template Customizations)</name>
Expand All @@ -28,7 +28,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>1699376270</project.build.outputTimestamp>
<project.build.outputTimestamp>1699478601</project.build.outputTimestamp>
</properties>

<reporting>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>3scale CMS Tools (Parent)</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
</issueManagement>

<properties>
<project.build.outputTimestamp>1699376270</project.build.outputTimestamp>
<project.build.outputTimestamp>1699478601</project.build.outputTimestamp>

<maven.top-level-basedir>${project.basedir}/..</maven.top-level-basedir>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>./parent</relativePath>
</parent>

<artifactId>3scale-cms-tools-aggregate</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>3scale CMS Tools</name>
Expand All @@ -22,7 +22,7 @@
]]></description>

<properties>
<project.build.outputTimestamp>1699376270</project.build.outputTimestamp>
<project.build.outputTimestamp>1699478601</project.build.outputTimestamp>

<maven.top-level-basedir>${project.basedir}</maven.top-level-basedir>
</properties>
Expand All @@ -31,7 +31,7 @@
<url>https://FwMotion.github.io/3scale-cms/</url>
<connection>scm:git:https://github.com/FwMotion/3scale-cms.git</connection>
<developerConnection>scm:git:https://github.com/FwMotion/3scale-cms.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.1</tag>
</scm>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../parent</relativePath>
</parent>

<artifactId>3scale-cms-rest-client</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>3scale CMS Tools (REST client library)</name>
Expand All @@ -30,7 +30,7 @@
</distributionManagement>

<properties>
<project.build.outputTimestamp>1699376270</project.build.outputTimestamp>
<project.build.outputTimestamp>1699478601</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit b14bc2e

Please sign in to comment.