Skip to content

Commit

Permalink
Update version to 4.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Because parent pom is now set to 4.3.1.Beta1,
this means that our plugins will have the version of
4.3.0.Beta1 (the qualifier is inherited) and that is lower
than 4.3.0.Final, so older dependencies will be prefered which is
wrong.
  • Loading branch information
mmalina authored and vpakan committed Oct 21, 2015
1 parent 709a30f commit 8fa06b6
Show file tree
Hide file tree
Showing 108 changed files with 134 additions and 134 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: RedDeer API for AS UI Tests
Bundle-SymbolicName: org.jboss.ide.eclipse.as.reddeer;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.ui;bundle-version="3.105.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.ide.eclipse.as.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.ide.eclipse.as</groupId>
<artifactId>org.jboss.ide.eclipse.as.reddeer</artifactId>
Expand Down
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: RedDeer API for Aerogear UI Tests
Bundle-SymbolicName: org.jboss.tools.aerogear.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.aerogear.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.aerogear.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>org.jboss.tools.aerogear.reddeer</artifactId>
Expand Down
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: RedDeer API for Archives UI Tests
Bundle-SymbolicName: org.jboss.tools.archives.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.archives.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.archives.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>org.jboss.tools.archives.reddeer</artifactId>
Expand Down
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: RedDeer API for Arquillian UI Tests
Bundle-SymbolicName: org.jboss.tools.arquillian.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Require-Bundle: org.eclipse.ui,
org.apache.log4j,
org.eclipse.core.runtime,
Expand All @@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.ui,
org.jboss.reddeer.jface;bundle-version="[1.0.0,1.1.0)",
org.jboss.reddeer.workbench;bundle-version="[1.0.0,1.1.0)",
org.jboss.reddeer.eclipse;bundle-version="[1.0.0,1.1.0)",
org.jboss.tools.maven.reddeer;bundle-version="[4.3.0,4.4.0)"
org.jboss.tools.maven.reddeer;bundle-version="[4.3.1,4.4.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.eclipse.core.resources
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.arquillian.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.arquillian</groupId>
<artifactId>org.jboss.tools.arquillian.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.batch.reddeer/META-INF/MANIFEST.MF
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: RedDeer API for Batch UI Tests
Bundle-SymbolicName: org.jboss.tools.batch.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Require-Bundle: org.eclipse.ui,
org.apache.log4j,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.batch.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.batch</groupId>
<artifactId>org.jboss.tools.batch.reddeer</artifactId>
Expand Down
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: Reddeer API for Browsersim UI Tests
Bundle-SymbolicName: org.jboss.tools.browsersim.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.browsersim.reddeer.Activator
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>org.jboss.tools.browsersim.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.cdi.reddeer/META-INF/MANIFEST.MF
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: RedDeer API for CDI UI Tests
Bundle-SymbolicName: org.jboss.tools.cdi.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.cdi.reddeer.Activator
Export-Package: org.jboss.tools.cdi.reddeer,
org.jboss.tools.cdi.reddeer.annotation,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.cdi.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi</groupId>
<artifactId>org.jboss.tools.cdi.reddeer</artifactId>
Expand Down
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: Central Reddeer
Bundle-SymbolicName: org.jboss.tools.central.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.central.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.central.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>org.jboss.tools.central.reddeer</artifactId>
Expand Down
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: RedDeer API for Common UI Tests
Bundle-SymbolicName: org.jboss.tools.common.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.common.reddeer.Activator
Require-Bundle: org.eclipse.core.runtime,
org.jboss.reddeer.jface,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.common.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.common.reddeer</artifactId>
Expand Down
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: RedDeer API for Easymport UI Tests
Bundle-SymbolicName: org.jboss.tools.easymport.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Require-Bundle: org.eclipse.ui,
org.apache.log4j,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.easymport.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.easymport</groupId>
<artifactId>org.jboss.tools.easymport.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.reddeer/META-INF/MANIFEST.MF
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: Forge RedDeer
Bundle-SymbolicName: org.jboss.tools.forge.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.forge.reddeer.Activator
Require-Bundle: org.eclipse.core.runtime,
org.jboss.reddeer.swt;bundle-version="0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.forge.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.forge</groupId>
<artifactId>org.jboss.tools.forge.reddeer</artifactId>
Expand Down
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: RedDeer API for Hibernate UI Tests
Bundle-SymbolicName: org.jboss.tools.hibernate.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.hibernate.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.hibernate.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jsf.reddeer/META-INF/MANIFEST.MF
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: JSF Reddeer
Bundle-SymbolicName: org.jboss.tools.jsf.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.jsf.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.junit,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jsf.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf</groupId>
<artifactId>org.jboss.tools.jsf.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.reddeer/META-INF/MANIFEST.MF
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: JST Reddeer
Bundle-SymbolicName: org.jboss.tools.jst.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.jst.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.junit,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>org.jboss.tools.jst.reddeer</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.jst.ui.bot/META-INF/MANIFEST.MF
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: JST UI Bot Tests
Bundle-SymbolicName: org.jboss.tools.jst.ui.bot;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.ui.bot.test.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
Expand All @@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.common.text.ext;bundle-version="2.0.0",
org.eclipse.ui.ide;bundle-version="3.5.0",
org.junit;bundle-version="4.5.0",
org.jboss.tools.ui.bot.ext;bundle-version="[4.3.0,4.4.0)",
org.jboss.tools.ui.bot.ext;bundle-version="[4.3.1,4.4.0)",
org.jboss.tools.jst.web.ui;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.ui.bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>

Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.maven.reddeer/META-INF/MANIFEST.MF
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: Maven Reddeer
Bundle-SymbolicName: org.jboss.tools.maven.reddeer;singleton:=true
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.maven.reddeer.Activator
Require-Bundle: org.jboss.reddeer.go;bundle-version="1.0.0",
org.jboss.tools.runtime.reddeer,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.maven.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<groupId>org.jboss.tools.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.mylyn.reddeer/META-INF/MANIFEST.MF
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: Mylyn Reddeer
Bundle-SymbolicName: org.jboss.tools.mylyn.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.mylyn.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.swtbot.go;bundle-version="2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.mylyn.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.mylyn.reddeer</groupId>
<artifactId>org.jboss.tools.mylyn.reddeer</artifactId>
Expand Down
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: RedDeer API for OpenShift UI Tests
Bundle-SymbolicName: org.jboss.tools.openshift.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.openshift.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>org.jboss.tools.openshift.reddeer</artifactId>
Expand Down
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: Performance Tests Core
Bundle-SymbolicName: org.jboss.tools.perf.test.core
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-ClassPath: .,
resources/perftestlibs/gson-2.1.jar,
resources/perftestlibs/sigar-1.6.5.132.jar,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.perf.test.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.perf.test.core</artifactId>
Expand Down
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: Runtime Reddeer
Bundle-SymbolicName: org.jboss.tools.runtime.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.runtime.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.runtime.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime</groupId>
<artifactId>org.jboss.tools.runtime.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF
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: Seam Reddeer
Bundle-SymbolicName: org.jboss.tools.seam.reddeer
Bundle-Version: 4.3.0.qualifier
Bundle-Version: 4.3.1.qualifier
Bundle-Activator: org.jboss.tools.seam.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.seam.reddeer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.integration-tests</groupId>
<artifactId>plugins</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>org.jboss.tools.seam.reddeer</artifactId>
Expand Down
Loading

0 comments on commit 8fa06b6

Please sign in to comment.