Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2017-10-09 18:08:19 +0000
committermegumi.telles2017-10-09 18:08:19 +0000
commit5e2d15f861d8773b4b91b6baf6636db22f0ba86d (patch)
tree0b6b4f66162e5af69feaf80f2b94c2adafcbe7a6 /features/org.eclipse.osee.client.all.feature
parentae879c67cb8a9a06b985e0ca7437fbd9daf58461 (diff)
downloadorg.eclipse.osee-5e2d15f861d8773b4b91b6baf6636db22f0ba86d.tar.gz
org.eclipse.osee-5e2d15f861d8773b4b91b6baf6636db22f0ba86d.tar.xz
org.eclipse.osee-5e2d15f861d8773b4b91b6baf6636db22f0ba86d.zip
refactor: Update build numbers to 0.25.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 3fbc6e8eba7..b78ca2e0572 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.25.0.qualifier"
+ version="0.25.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 5c2d1186b78..abaff5a6e64 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.25.0-SNAPSHOT</version>
+ <version>0.25.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>

Back to the top