Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-08-28 23:56:04 +0000
committerRyan T. Baldwin2014-08-28 23:56:04 +0000
commite19bb9892a06504265e7e1b91563c82178178dea (patch)
treee81991dcd43a68b44cb4c3b8c4a0662560c95851 /plugins/org.eclipse.osee.authentication.admin
parent89ffecf34404763d1a3864437d21e452f9682ecd (diff)
downloadorg.eclipse.osee-e19bb9892a06504265e7e1b91563c82178178dea.tar.gz
org.eclipse.osee-e19bb9892a06504265e7e1b91563c82178178dea.tar.xz
org.eclipse.osee-e19bb9892a06504265e7e1b91563c82178178dea.zip
refactor: Update build numbers to 0.18.0
Diffstat (limited to 'plugins/org.eclipse.osee.authentication.admin')
-rw-r--r--plugins/org.eclipse.osee.authentication.admin/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.authentication.admin/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.authentication.admin/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.authentication.admin/META-INF/MANIFEST.MF
index 90769ecf2c9..124466bf2d9 100644
--- a/plugins/org.eclipse.osee.authentication.admin/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.authentication.admin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Authentication Admin (Incubation)
Bundle-SymbolicName: org.eclipse.osee.authentication.admin
-Bundle-Version: 0.17.2.qualifier
+Bundle-Version: 0.18.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.core.exception,
diff --git a/plugins/org.eclipse.osee.authentication.admin/pom.xml b/plugins/org.eclipse.osee.authentication.admin/pom.xml
index 5424ec5903e..164cebd55e1 100644
--- a/plugins/org.eclipse.osee.authentication.admin/pom.xml
+++ b/plugins/org.eclipse.osee.authentication.admin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.17.2-SNAPSHOT</version>
+ <version>0.18.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top