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 /plugins/org.eclipse.osee.x.ats.p2
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 'plugins/org.eclipse.osee.x.ats.p2')
-rw-r--r--plugins/org.eclipse.osee.x.ats.p2/category.xml4
-rw-r--r--plugins/org.eclipse.osee.x.ats.p2/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.x.ats.p2/category.xml b/plugins/org.eclipse.osee.x.ats.p2/category.xml
index e970d16a023..238b0670135 100644
--- a/plugins/org.eclipse.osee.x.ats.p2/category.xml
+++ b/plugins/org.eclipse.osee.x.ats.p2/category.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.osee.x.ats.feature_0.25.0.qualifier.jar" id="org.eclipse.osee.x.ats.feature" version="0.25.0.qualifier">
+ <feature url="features/org.eclipse.osee.x.ats.feature_0.25.1.qualifier.jar" id="org.eclipse.osee.x.ats.feature" version="0.25.1.qualifier">
<category name="org.eclipse.osee.x.ats"/>
</feature>
- <feature url="features/org.eclipse.osee.x.ats.feature.source_0.25.0.qualifier.jar" id="org.eclipse.osee.x.ats.feature.source" version="0.25.0.qualifier">
+ <feature url="features/org.eclipse.osee.x.ats.feature.source_0.25.1.qualifier.jar" id="org.eclipse.osee.x.ats.feature.source" version="0.25.1.qualifier">
<category name="org.eclipse.osee.x.ats"/>
</feature>
<category-def name="org.eclipse.osee.x.ats" label="Eclipse OSEE X ATS - (Incubation)">
diff --git a/plugins/org.eclipse.osee.x.ats.p2/pom.xml b/plugins/org.eclipse.osee.x.ats.p2/pom.xml
index 7f016e95b73..0679634275c 100644
--- a/plugins/org.eclipse.osee.x.ats.p2/pom.xml
+++ b/plugins/org.eclipse.osee.x.ats.p2/pom.xml
@@ -6,13 +6,13 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.ats.parent</artifactId>
- <version>0.25.0-SNAPSHOT</version>
+ <version>0.25.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.x.ats.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE X ATS - p2 Site (Incubation)</name>
- <version>0.25.0-SNAPSHOT</version>
+ <version>0.25.1-SNAPSHOT</version>
</project>

Back to the top