Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2014-02-10 17:49:04 +0000
committerjmisinco2014-02-10 17:49:04 +0000
commit1e7c0ab532a8fdf85e95ac4020a6cd825f5384c5 (patch)
treed885c4b44e45ea2fe0c2c4392563f200116ef34f /features/org.eclipse.osee.core.runtime.feature
parent02150fa5a185fcf192e575f2e8d9bd0afa7f91bd (diff)
downloadorg.eclipse.osee-1e7c0ab532a8fdf85e95ac4020a6cd825f5384c5.tar.gz
org.eclipse.osee-1e7c0ab532a8fdf85e95ac4020a6cd825f5384c5.tar.xz
org.eclipse.osee-1e7c0ab532a8fdf85e95ac4020a6cd825f5384c5.zip
refactor: Update build numbers to 0.16.2
Diffstat (limited to 'features/org.eclipse.osee.core.runtime.feature')
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.core.runtime.feature/feature.xml b/features/org.eclipse.osee.core.runtime.feature/feature.xml
index ea61eb54509..5d79b9af4c2 100644
--- a/features/org.eclipse.osee.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.osee.core.runtime.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.core.runtime.feature"
label="%featureName"
- version="0.16.1.qualifier"
+ version="0.16.2.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.core.runtime.feature/pom.xml b/features/org.eclipse.osee.core.runtime.feature/pom.xml
index 73d16ddc96b..1b92f76e466 100644
--- a/features/org.eclipse.osee.core.runtime.feature/pom.xml
+++ b/features/org.eclipse.osee.core.runtime.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.16.1-SNAPSHOT</version>
+ <version>0.16.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top