Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2016-10-18 22:37:11 +0000
committerAngel Avila2016-10-18 22:37:11 +0000
commite2a7e0bb54d27123e06beb02d99f92b8a0ccf394 (patch)
treecbd8a06779bceb5037b6b96997a0b54d6d467f1c /plugins/org.eclipse.osee.framework.ui.branch.graph
parent931bd9d908196907979a636296112772aa7e2725 (diff)
downloadorg.eclipse.osee-e2a7e0bb54d27123e06beb02d99f92b8a0ccf394.tar.gz
org.eclipse.osee-e2a7e0bb54d27123e06beb02d99f92b8a0ccf394.tar.xz
org.eclipse.osee-e2a7e0bb54d27123e06beb02d99f92b8a0ccf394.zip
refactor: Update build numbers to 0.24.3
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 621db0b262d..dbfef739c5a 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.24.2.qualifier
+Bundle-Version: 0.24.3.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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 347f4450666..1205e830075 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.24.2-SNAPSHOT</version>
+ <version>0.24.3-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top