Skip to content

Commit

Permalink
Prepare for 2.0.0.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Loubyansky committed Aug 24, 2018
1 parent 7f83794 commit 6673739
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ if [[ -n $BUILD ]]; then
fi

if [[ -n $RUN ]]; then
java $JAVA_OPTS -jar ./cli/target/galleon-cli-2.0.0.Beta2-SNAPSHOT.jar
java $JAVA_OPTS -jar ./cli/target/galleon-cli-2.0.0.Final.jar
fi
2 changes: 1 addition & 1 deletion docs/guide/maven-plugin/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The coordinates of the Maven plugin are
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-universe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-maven-universe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
<packaging>pom</packaging>

<name>Galleon Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-parent</artifactId>
<version>2.0.0.Beta2-SNAPSHOT</version>
<version>2.0.0.Final</version>
</parent>

<artifactId>galleon-testsuite</artifactId>
Expand Down

0 comments on commit 6673739

Please sign in to comment.