Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liberty-maven-3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Jun 20, 2022
1 parent c0c4520 commit ddde28e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion liberty-archetype-ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.6.1</version>
</parent>

<artifactId>liberty-archetype-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-archetype-webapp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.6.1</version>
</parent>

<artifactId>liberty-archetype-webapp</artifactId>
Expand Down
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.6.1-SNAPSHOT</version>
<version>3.6.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.6.1-SNAPSHOT</version>
<version>3.6.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.6.1-SNAPSHOT</version>
<version>3.6.1</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-plugin-archetype/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.6.1-SNAPSHOT</version>
<version>3.6.1</version>
</parent>

<artifactId>liberty-plugin-archetype</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.6.1-SNAPSHOT</version>
<version>3.6.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.6.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit ddde28e

Please sign in to comment.