Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.disposition.rest.test')
-rw-r--r--plugins/org.eclipse.osee.disposition.rest.test/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.disposition.rest.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.disposition.rest.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.disposition.rest.test/META-INF/MANIFEST.MF
index d058dbc32f7..f6a113e5b41 100644
--- a/plugins/org.eclipse.osee.disposition.rest.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.disposition.rest.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Disposition REST Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.disposition.rest.test
-Bundle-Version: 0.16.0.qualifier
+Bundle-Version: 0.16.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.disposition.rest
diff --git a/plugins/org.eclipse.osee.disposition.rest.test/pom.xml b/plugins/org.eclipse.osee.disposition.rest.test/pom.xml
index e91c574fdcd..ff22b9efc88 100644
--- a/plugins/org.eclipse.osee.disposition.rest.test/pom.xml
+++ b/plugins/org.eclipse.osee.disposition.rest.test/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.server.parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
</parent>

Back to the top