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.ote.parent
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.ote.parent')
-rw-r--r--plugins/org.eclipse.osee.ote.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.parent/pom.xml b/plugins/org.eclipse.osee.ote.parent/pom.xml
index 2d7881c0da6..9c1624be424 100644
--- a/plugins/org.eclipse.osee.ote.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ote.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ide.parent</artifactId>
- <version>0.20.1-SNAPSHOT</version>
+ <version>0.21.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.ote.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE OTE - Parent (Incubation)</name>
- <version>0.20.1-SNAPSHOT</version>
+ <version>0.21.0-SNAPSHOT</version>
<modules>
<module>../../plugins/org.eclipse.osee.framework.ui.workspacebundleloader</module>

Back to the top