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.framework.ui.branch.graph
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.framework.ui.branch.graph')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.branch.graph/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.ui.branch.graph/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.branch.graph/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.ui.branch.graph/META-INF/MANIFEST.MF
index 62db8c63c62..2c1ef668d37 100644
--- a/plugins/org.eclipse.osee.framework.ui.branch.graph/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.ui.branch.graph/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Branch Graph Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.ui.branch.graph;singleton:=true
-Bundle-Version: 0.20.1.qualifier
+Bundle-Version: 0.21.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.eclipse.osee.framework.ui.branch.graph/pom.xml b/plugins/org.eclipse.osee.framework.ui.branch.graph/pom.xml
index c93d15233cb..42537560d0e 100644
--- a/plugins/org.eclipse.osee.framework.ui.branch.graph/pom.xml
+++ b/plugins/org.eclipse.osee.framework.ui.branch.graph/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.20.1-SNAPSHOT</version>
+ <version>0.21.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top