Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2014-02-12 22:06:24 +0000
committerRoberto E. Escobar2014-03-04 19:41:46 +0000
commit8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76 (patch)
tree75af1ea0459519b6c08bbc8b33594dd431d0dd7b /plugins/org.eclipse.osee.framework.branch.gantt
parent5a5eb88b7628176ca423bf8a8165f3cea801e7c2 (diff)
downloadorg.eclipse.osee-8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76.tar.gz
org.eclipse.osee-8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76.tar.xz
org.eclipse.osee-8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76.zip
refactor: Update build numbers to 0.17.0
Diffstat (limited to 'plugins/org.eclipse.osee.framework.branch.gantt')
-rw-r--r--plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.branch.gantt/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
index 9be62e76b9f..486af2b8cf6 100644
--- a/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Branch Visualization
Bundle-SymbolicName: org.eclipse.osee.framework.branch.gantt;singleton:=true
-Bundle-Version: 0.16.2.qualifier
+Bundle-Version: 0.17.0.qualifier
Bundle-Activator: org.eclipse.osee.branch.gantt.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
diff --git a/plugins/org.eclipse.osee.framework.branch.gantt/pom.xml b/plugins/org.eclipse.osee.framework.branch.gantt/pom.xml
index e4fe63ef642..ace810f2793 100644
--- a/plugins/org.eclipse.osee.framework.branch.gantt/pom.xml
+++ b/plugins/org.eclipse.osee.framework.branch.gantt/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.16.2-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top