Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-13 21:00:25 +0000
committerAngel Avila2015-03-13 21:00:25 +0000
commitfa93607489b6cd8570cc1eeadbf7569ce8d971c4 (patch)
treebdc0cfaa03396d02ec19509a95e779378c9988bd /plugins/org.eclipse.osee.ats.impl.test
parenta178be8d3206de7635534e7f5ab010dd8a079494 (diff)
downloadorg.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.tar.gz
org.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.tar.xz
org.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.zip
refactor: Update build numbers to 0.20.1
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl.test')
-rw-r--r--plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ats.impl.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
index 62b556f2ee2..e1abeb680a4 100644
--- a/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: ATS Work Definition Impl Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ats.impl.test
Bundle-Vendor: Eclipse Open System Engineering Environment
-Bundle-Version: 0.20.0.qualifier
+Bundle-Version: 0.20.1.qualifier
Fragment-Host: org.eclipse.osee.ats.impl
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.emf.common.util,
diff --git a/plugins/org.eclipse.osee.ats.impl.test/pom.xml b/plugins/org.eclipse.osee.ats.impl.test/pom.xml
index 48511824cc7..41fe2dd27ab 100644
--- a/plugins/org.eclipse.osee.ats.impl.test/pom.xml
+++ b/plugins/org.eclipse.osee.ats.impl.test/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.ats.parent</artifactId>
- <version>0.20.0-SNAPSHOT</version>
+ <version>0.20.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
</parent>

Back to the top