Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 7, 2023
1 parent 55b9de1 commit c90486e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1698384793</project.build.outputTimestamp>
<project.build.outputTimestamp>1699376179</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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
<project.build.outputTimestamp>1699376179</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.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

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

<properties>
<project.build.outputTimestamp>1698384793</project.build.outputTimestamp>
<project.build.outputTimestamp>1699376179</project.build.outputTimestamp>

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

Expand Down
10 changes: 5 additions & 5 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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>./parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1698384793</project.build.outputTimestamp>
<project.build.outputTimestamp>1699376179</project.build.outputTimestamp>

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

<scm>
<url>blah</url>
<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.0</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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1698384793</project.build.outputTimestamp>
<project.build.outputTimestamp>1699376179</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit c90486e

Please sign in to comment.