Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-19 19:52:44 +0000
committerAngel Avila2015-03-19 19:52:44 +0000
commit94028c94503c9635660718e97cdb5efe726b0aaf (patch)
tree6e72e0f3378feeedd88cf48f267d12b49cf696ab /plugins/org.eclipse.osee.account.rest.client
parent58f18e906eb67012164062e7e55e118948776599 (diff)
downloadorg.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.tar.gz
org.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.tar.xz
org.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.zip
refactor: Update build numbers to 0.21.0
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.client')
-rw-r--r--plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.account.rest.client/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
index 571a450f1e2..ed0a3616b82 100644
--- a/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Account REST Client (Incubation)
Bundle-SymbolicName: org.eclipse.osee.account.rest.client
-Bundle-Version: 0.20.1.qualifier
+Bundle-Version: 0.21.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/*.xml
Import-Package: com.google.inject,
diff --git a/plugins/org.eclipse.osee.account.rest.client/pom.xml b/plugins/org.eclipse.osee.account.rest.client/pom.xml
index 94d8e74c511..19d3ab949f0 100644
--- a/plugins/org.eclipse.osee.account.rest.client/pom.xml
+++ b/plugins/org.eclipse.osee.account.rest.client/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.20.1-SNAPSHOT</version>
+ <version>0.21.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top