Skip to content

Commit

Permalink
upversion from 4.3.0.Final to 4.3.1.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Jan 27, 2016
1 parent c5a32a6 commit cc6a967
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for Installation and Updates
Bundle-SymbolicName: org.jboss.tools.tests.installation
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Vendor: JBoss, by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.tests.installation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>installation-tests</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.jboss.tools.installation-tests.plugins</groupId>
<artifactId>org.jboss.tools.tests.installation</artifactId>
<packaging>eclipse-plugin</packaging>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>installation-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>installation-tests</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.jboss.tools.installation-tests</groupId>
<artifactId>repository</artifactId>
<packaging>eclipse-repository</packaging>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</project>
4 changes: 2 additions & 2 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.installation-tests</groupId>
<artifactId>scripts</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>installation-tests</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit cc6a967

Please sign in to comment.