Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2016-09-21 17:55:03 +0000
committermegumi.telles2016-09-21 17:55:03 +0000
commit3646fae79dbda0a5073ad8f7b19d86169b1dbb29 (patch)
tree3d4d8ae8232fbd5df7d1f4c1356e68f48468215b /features/org.eclipse.osee.client.all.feature
parent421d7df06e2fdb9bbbc703b6167dadf260f1e4bc (diff)
downloadorg.eclipse.osee-3646fae79dbda0a5073ad8f7b19d86169b1dbb29.tar.gz
org.eclipse.osee-3646fae79dbda0a5073ad8f7b19d86169b1dbb29.tar.xz
org.eclipse.osee-3646fae79dbda0a5073ad8f7b19d86169b1dbb29.zip
refactor: Update build numbers to 0.24.1
Diffstat (limited to 'features/org.eclipse.osee.client.all.feature')
-rw-r--r--features/org.eclipse.osee.client.all.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.client.all.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml
index 6d366c3bbc9..8af5342f70a 100644
--- a/features/org.eclipse.osee.client.all.feature/feature.xml
+++ b/features/org.eclipse.osee.client.all.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.client.all.feature"
label="%featureName"
- version="0.24.0.qualifier"
+ version="0.24.1.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.client.all.feature/pom.xml b/features/org.eclipse.osee.client.all.feature/pom.xml
index 5b0505075d9..4bc4b83a690 100644
--- a/features/org.eclipse.osee.client.all.feature/pom.xml
+++ b/features/org.eclipse.osee.client.all.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
- <version>0.24.0-SNAPSHOT</version>
+ <version>0.24.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>

Back to the top