Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-30 18:34:44 +0000
committerThomas Watson2015-04-30 18:34:44 +0000
commitedfa59af6642f57bfd45a87cc0b7e63602ea3a09 (patch)
tree1d719d8f837e48550a68640dc8dde2b086499a28 /bundles/org.eclipse.equinox.ds.tests
parentbf7deaab81dc26aaf8d184e62c370cbfc1ab6554 (diff)
downloadrt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.tar.gz
rt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.tar.xz
rt.equinox.bundles-edfa59af6642f57bfd45a87cc0b7e63602ea3a09.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.ds.tests')
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
index 17a5838c2..b33c587e4 100644
--- a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Declarative Services Tests
Bundle-Category: test
Bundle-SymbolicName: org.eclipse.equinox.ds.tests
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.2.200.qualifier
Bundle-Activator: org.eclipse.equinox.ds.tests.DSTestsActivator
Bundle-ActivationPolicy: lazy
Require-Bundle: org.junit
diff --git a/bundles/org.eclipse.equinox.ds.tests/pom.xml b/bundles/org.eclipse.equinox.ds.tests/pom.xml
index 1f522ca05..ffd10c10d 100644
--- a/bundles/org.eclipse.equinox.ds.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.ds.tests/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.ds.tests</artifactId>
- <version>1.2.100-SNAPSHOT</version>
+ <version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top