Skip to content

Commit 44fd5ed

Browse files
committed
[maven-release-plugin] prepare release 2.0.0
1 parent 6ebac33 commit 44fd5ed

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

da/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pnc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<groupId>org.jboss.pnc.bacon</groupId>
3232
<artifactId>parent</artifactId>
3333
<packaging>pom</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535

3636
<name>bacon</name>
3737
<description>PNC 2.0 CLI</description>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:http://github.com/project-ncl/bacon.git</connection>
5151
<developerConnection>scm:git:[email protected]:project-ncl/bacon.git</developerConnection>
5252
<url>http://github.com/project-ncl/bacon</url>
53-
<tag>HEAD</tag>
53+
<tag>2.0.0</tag>
5454
</scm>
5555

5656
<developers>

test-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.jboss.pnc.bacon</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)