Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-26 19:44:38 +0000
committerRoberto E. Escobar2014-09-26 19:44:38 +0000
commita53850c34fe8e03790e8b5b89aa2b1d6c9e48273 (patch)
treef02276a5192bb17ac87010b86a8f14c3144f402b /plugins/org.eclipse.osee.ats.impl
parent75e501d19b8cf1b8a51567a86d5136bf4a45b6c7 (diff)
downloadorg.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.tar.gz
org.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.tar.xz
org.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.zip
refactor: Update build numbers to 0.18.1
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ats.impl/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.impl/META-INF/MANIFEST.MF
index 86281d7281d..524a1cd3702 100644
--- a/plugins/org.eclipse.osee.ats.impl/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.impl/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ATS Implementation (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ats.impl;singleton:=true
-Bundle-Version: 0.18.0.qualifier
+Bundle-Version: 0.18.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.google.inject,
javax.ws.rs;version="2.0.0",
diff --git a/plugins/org.eclipse.osee.ats.impl/pom.xml b/plugins/org.eclipse.osee.ats.impl/pom.xml
index ed9684d68c9..1c1cafd0d23 100644
--- a/plugins/org.eclipse.osee.ats.impl/pom.xml
+++ b/plugins/org.eclipse.osee.ats.impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.ats.parent</artifactId>
- <version>0.18.0-SNAPSHOT</version>
+ <version>0.18.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
</parent>

Back to the top