Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-08-14 22:22:08 +0000
committerRoberto E. Escobar2013-08-19 22:20:12 +0000
commitcdd8e5189629b7ff6a6d209922b34f7c65aed523 (patch)
tree97f2353fb0b6776819027edad9270db320d201fe /plugins/org.eclipse.osee.runtime.parent
parent56a98f60ee9ca2ac93e587d2e4110c3b73e4ec30 (diff)
downloadorg.eclipse.osee-cdd8e5189629b7ff6a6d209922b34f7c65aed523.tar.gz
org.eclipse.osee-cdd8e5189629b7ff6a6d209922b34f7c65aed523.tar.xz
org.eclipse.osee-cdd8e5189629b7ff6a6d209922b34f7c65aed523.zip
refactor: Update build numbers to 0.13.0
Diffstat (limited to 'plugins/org.eclipse.osee.runtime.parent')
-rw-r--r--plugins/org.eclipse.osee.runtime.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.runtime.parent/pom.xml b/plugins/org.eclipse.osee.runtime.parent/pom.xml
index e32c44a42af..3c2c1b5b432 100644
--- a/plugins/org.eclipse.osee.runtime.parent/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ide.parent</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.13.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE Runtime - Parent (Incubation)</name>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.13.0-SNAPSHOT</version>
<modules>
<module>../../features/org.eclipse.osee.core.runtime.feature</module>

Back to the top