Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0-alpha-6
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 24, 2021
1 parent cde68d9 commit beefb15
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions custom-war-packager-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.jenkins.tools.custom-war-packager</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>
</parent>

<artifactId>custom-war-packager-cli</artifactId>
<packaging>jar</packaging>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>

<name>Jenkins Custom WAR Packager CLI</name>
<description>Generates a Custom WAR file from the specified YAML configuration file</description>
Expand Down
4 changes: 2 additions & 2 deletions custom-war-packager-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.jenkins.tools.custom-war-packager</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>
</parent>

<artifactId>custom-war-packager-lib</artifactId>
<packaging>jar</packaging>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>

<name>Jenkins Custom WAR Packager Library</name>
<description>Generates a Custom WAR file from the specified YAML configuration file</description>
Expand Down
4 changes: 2 additions & 2 deletions custom-war-packager-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.jenkins.tools.custom-war-packager</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>
</parent>

<artifactId>custom-war-packager-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>

<name>Jenkins Custom WAR Packager Maven Plugin</name>
<description>Generates a Custom WAR file from the specified YAML configuration file</description>
Expand Down
2 changes: 1 addition & 1 deletion jenkinsfile-runner-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.custom-war-packager</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>
</parent>

<artifactId>jenkinsfile-runner-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>io.jenkins.tools.custom-war-packager</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0-alpha-6-SNAPSHOT</version>
<version>2.0-alpha-6</version>
<name>Jenkins Custom WAR Packager Parent POM</name>
<description>Parent POM for packaging custom Jenkins WARs</description>
<packaging>pom</packaging>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:ssh://git@github.com/jenkinsci/custom-war-packager.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/custom-war-packager.git</developerConnection>
<url>http://github.com/jenkinsci/custom-war-packager</url>
<tag>HEAD</tag>
<tag>v2.0-alpha-6</tag>
</scm>

<repositories>
Expand Down

0 comments on commit beefb15

Please sign in to comment.