diff --git a/features/org.jboss.tools.arquillian.feature/feature.xml b/features/org.jboss.tools.arquillian.feature/feature.xml index 9c57849..8659b51 100644 --- a/features/org.jboss.tools.arquillian.feature/feature.xml +++ b/features/org.jboss.tools.arquillian.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.jboss.tools.arquillian.feature/pom.xml b/features/org.jboss.tools.arquillian.feature/pom.xml index ed63822..2c291f9 100644 --- a/features/org.jboss.tools.arquillian.feature/pom.xml +++ b/features/org.jboss.tools.arquillian.feature/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.arquillian features - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian.features org.jboss.tools.arquillian.feature diff --git a/features/org.jboss.tools.arquillian.test.feature/feature.xml b/features/org.jboss.tools.arquillian.test.feature/feature.xml index 5216abc..ea47b2c 100644 --- a/features/org.jboss.tools.arquillian.test.feature/feature.xml +++ b/features/org.jboss.tools.arquillian.test.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.jboss.tools.arquillian.test.feature/pom.xml b/features/org.jboss.tools.arquillian.test.feature/pom.xml index 8097241..278b878 100644 --- a/features/org.jboss.tools.arquillian.test.feature/pom.xml +++ b/features/org.jboss.tools.arquillian.test.feature/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.arquillian features - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.arquillian.features org.jboss.tools.arquillian.test.feature diff --git a/features/pom.xml b/features/pom.xml index 6b06eb2..9fb5210 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools arquillian - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian features diff --git a/plugins/org.jboss.tools.arquillian.core/META-INF/MANIFEST.MF b/plugins/org.jboss.tools.arquillian.core/META-INF/MANIFEST.MF index c4849d3..eef4250 100644 --- a/plugins/org.jboss.tools.arquillian.core/META-INF/MANIFEST.MF +++ b/plugins/org.jboss.tools.arquillian.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.jboss.tools.arquillian.core;singleton:=true -Bundle-Version: 1.1.2.qualifier +Bundle-Version: 1.1.3.qualifier Bundle-Activator: org.jboss.tools.arquillian.core.ArquillianCoreActivator Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0", org.eclipse.jdt.core;bundle-version="3.10.0";visibility:=reexport, diff --git a/plugins/org.jboss.tools.arquillian.core/pom.xml b/plugins/org.jboss.tools.arquillian.core/pom.xml index 37bc4c3..5f69fba 100644 --- a/plugins/org.jboss.tools.arquillian.core/pom.xml +++ b/plugins/org.jboss.tools.arquillian.core/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.arquillian plugins - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian.plugins org.jboss.tools.arquillian.core diff --git a/plugins/org.jboss.tools.arquillian.ui/META-INF/MANIFEST.MF b/plugins/org.jboss.tools.arquillian.ui/META-INF/MANIFEST.MF index 252b2c4..940f5b8 100644 --- a/plugins/org.jboss.tools.arquillian.ui/META-INF/MANIFEST.MF +++ b/plugins/org.jboss.tools.arquillian.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.jboss.tools.arquillian.ui;singleton:=true -Bundle-Version: 1.1.2.qualifier +Bundle-Version: 1.1.3.qualifier Bundle-Activator: org.jboss.tools.arquillian.ui.ArquillianUIActivator Require-Bundle: org.eclipse.ui;bundle-version="3.103.0", org.eclipse.core.runtime;bundle-version="3.8.0", diff --git a/plugins/org.jboss.tools.arquillian.ui/pom.xml b/plugins/org.jboss.tools.arquillian.ui/pom.xml index a93378c..0d9de30 100644 --- a/plugins/org.jboss.tools.arquillian.ui/pom.xml +++ b/plugins/org.jboss.tools.arquillian.ui/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.arquillian plugins - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian.plugins org.jboss.tools.arquillian.ui diff --git a/plugins/pom.xml b/plugins/pom.xml index 56bef5e..d8a2da8 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools arquillian - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian plugins diff --git a/pom.xml b/pom.xml index 83fbf9f..03877fc 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.jboss.tools arquillian - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT arquillian.all pom diff --git a/site/pom.xml b/site/pom.xml index 61a8f18..b3fb2b3 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools arquillian - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian arquillian.site diff --git a/tests/org.jboss.tools.arquillian.test/META-INF/MANIFEST.MF b/tests/org.jboss.tools.arquillian.test/META-INF/MANIFEST.MF index 059e851..4cf1328 100644 --- a/tests/org.jboss.tools.arquillian.test/META-INF/MANIFEST.MF +++ b/tests/org.jboss.tools.arquillian.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %BundleName Bundle-SymbolicName: org.jboss.tools.arquillian.test -Bundle-Version: 1.1.2.qualifier +Bundle-Version: 1.1.3.qualifier Bundle-Activator: org.jboss.tools.arquillian.test.ArquillianTestActivator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/tests/org.jboss.tools.arquillian.test/pom.xml b/tests/org.jboss.tools.arquillian.test/pom.xml index 9b8f9f2..27e2430 100644 --- a/tests/org.jboss.tools.arquillian.test/pom.xml +++ b/tests/org.jboss.tools.arquillian.test/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools.arquillian tests - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian.tests org.jboss.tools.arquillian.test diff --git a/tests/pom.xml b/tests/pom.xml index b954a64..ed3e9fd 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools arquillian - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT org.jboss.tools.arquillian tests