Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2023
1 parent 6bd49ca commit ed9a107
Show file tree
Hide file tree
Showing 4 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>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1668725936</project.build.outputTimestamp>
<project.build.outputTimestamp>1698384667</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 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>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

<properties>
<project.build.outputTimestamp>1668725936</project.build.outputTimestamp>
<project.build.outputTimestamp>1698384667</project.build.outputTimestamp>

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

Expand Down Expand Up @@ -715,7 +715,7 @@
<artifactId>pitest-maven</artifactId>
<version>${version.pitest-maven}</version>
<configuration>
<excludedTestClasses combine.self="override"/>
<excludedTestClasses combine.self="override" />
</configuration>
</plugin>
</plugins>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
<parent>
<groupId>com.fwmotion</groupId>
<artifactId>3scale-cms-tools-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>./parent</relativePath>
</parent>

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

<name>3scale CMS Tools</name>
<url>https://fwmotion.github.io/3scale-cms/aggregate</url>
<url>https://github.com/FwMotion/3scale-cms/tree/main</url>
<description><![CDATA[
Maven project to group multiple submodules related to 3scale's Content
Management System API, and to handle build ordering and aggregate test
reporting
]]></description>

<properties>
<project.build.outputTimestamp>1668725936</project.build.outputTimestamp>
<project.build.outputTimestamp>1698384667</project.build.outputTimestamp>

<maven.top-level-basedir>${project.basedir}</maven.top-level-basedir>
</properties>
Expand All @@ -31,13 +31,13 @@
<url>https://github.com/FwMotion/3scale-cms/tree/main</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>v1.1.0</tag>
</scm>

<distributionManagement>
<site>
<id>fwmotion.github.io</id>
<url>https://fwmotion.github.io/3scale-cms/aggregate</url>
<url>https://github.com/FwMotion/3scale-cms/tree/main</url>
</site>
</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>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../parent</relativePath>
</parent>

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

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

<properties>
<project.build.outputTimestamp>1668725936</project.build.outputTimestamp>
<project.build.outputTimestamp>1698384667</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit ed9a107

Please sign in to comment.