Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liberty-maven-3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Feb 27, 2024
1 parent b4b02fc commit 1d3450f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions liberty-maven-app-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.1</version>
</parent>

<artifactId>liberty-maven-app-parent</artifactId>
Expand All @@ -44,7 +44,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.1</version>
<executions>
<execution>
<id>stop-before-clean</id>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.1</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.1</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:git@github.com:OpenLiberty/ci.maven.git</connection>
<developerConnection>scm:git:git@github.com:OpenLiberty/ci.maven.git</developerConnection>
<url>git@github.com:OpenLiberty/ci.maven.git</url>
<tag>HEAD</tag>
<tag>liberty-maven-3.10.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 1d3450f

Please sign in to comment.