Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-29 22:54:00 +0000
committerRoberto E. Escobar2014-09-29 22:54:00 +0000
commit02af6320df0d25b5de835de29cb3c0e09a09344b (patch)
tree4e3da54842a222e9d1cc2388a8dd3af8bcecca0d /plugins/org.eclipse.osee.framework.core.dsl.ui.integration
parent39c88c44190b5635e6f4806a5191f3b1bd6e7f71 (diff)
downloadorg.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.tar.gz
org.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.tar.xz
org.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.zip
refactor: Update build numbers to 0.19.0
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
index d7618b39228..503980f94d9 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee DSL Ui Integration
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.ui.integration;singleton:=true
-Bundle-Version: 0.18.1.qualifier
+Bundle-Version: 0.19.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.core.commands.common,
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/pom.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/pom.xml
index a6f14685a88..38aff7cbedf 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/pom.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.18.1-SNAPSHOT</version>
+ <version>0.19.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top