Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-09-03 22:50:04 +0000
committerRoberto E. Escobar2013-09-06 23:34:13 +0000
commit087660ac52cd9f2b9853fa64fee8b9213f7bbcad (patch)
tree3fe735e7ac335f09a8d6fd233e8fbc4484734250 /features/org.eclipse.osee.x.core.feature
parentaff03abcb1827d0c2643a8709354d2e33c98c7ea (diff)
downloadorg.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.tar.gz
org.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.tar.xz
org.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.zip
refactor: Update build numbers to 0.14.0
Diffstat (limited to 'features/org.eclipse.osee.x.core.feature')
-rw-r--r--features/org.eclipse.osee.x.core.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.x.core.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.x.core.feature/feature.xml b/features/org.eclipse.osee.x.core.feature/feature.xml
index 34decbbba3f..8f02b462f79 100644
--- a/features/org.eclipse.osee.x.core.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.x.core.feature"
label="%featureName"
- version="0.13.0.qualifier"
+ version="0.14.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.x.core.feature/pom.xml b/features/org.eclipse.osee.x.core.feature/pom.xml
index 3cae26a2dcf..17559f72e4a 100644
--- a/features/org.eclipse.osee.x.core.feature/pom.xml
+++ b/features/org.eclipse.osee.x.core.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.13.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.x.core.feature</artifactId>

Back to the top