Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2016-10-04 19:20:36 +0000
committermegumi.telles2016-10-04 19:20:36 +0000
commitb40430058c62856bcd4645aeb17d3135e1efb4f1 (patch)
treeace1069c14e5c2c7e4daa1e04f6bf180ba0bbc1d /features/org.eclipse.osee.framework.feature
parent3b3b0dbb2a5ca91d2ea424b930944750d89f6690 (diff)
downloadorg.eclipse.osee-b40430058c62856bcd4645aeb17d3135e1efb4f1.tar.gz
org.eclipse.osee-b40430058c62856bcd4645aeb17d3135e1efb4f1.tar.xz
org.eclipse.osee-b40430058c62856bcd4645aeb17d3135e1efb4f1.zip
refactor: Update build numbers to 0.24.2
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 85643e401a5..ba8c2984949 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.feature"
label="%featureName"
- version="0.24.1.qualifier"
+ version="0.24.2.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.framework.feature/pom.xml b/features/org.eclipse.osee.framework.feature/pom.xml
index 23241f66295..ef87d4ba2b4 100644
--- a/features/org.eclipse.osee.framework.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.24.1-SNAPSHOT</version>
+ <version>0.24.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top