Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-07-30 23:02:35 +0000
committerRoberto E. Escobar2014-07-30 23:02:35 +0000
commit6cf1874cef72da1e034e61c6a55cfd0bfb910efe (patch)
tree0c306f65046d40ceef81746cb890043c723a1165 /plugins/org.eclipse.osee.runtime.p2
parentb42e14454995ae7c72368a6f94d989655e85f655 (diff)
downloadorg.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.gz
org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.xz
org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.zip
refactor: Update build numbers to 0.17.2
Diffstat (limited to 'plugins/org.eclipse.osee.runtime.p2')
-rw-r--r--plugins/org.eclipse.osee.runtime.p2/category.xml4
-rw-r--r--plugins/org.eclipse.osee.runtime.p2/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.runtime.p2/category.xml b/plugins/org.eclipse.osee.runtime.p2/category.xml
index f0eb976ac0d..ccec6b0c234 100644
--- a/plugins/org.eclipse.osee.runtime.p2/category.xml
+++ b/plugins/org.eclipse.osee.runtime.p2/category.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.osee.core.runtime.feature.source_0.17.1.qualifier.jar" id="org.eclipse.osee.core.runtime.feature.source" version="0.17.1.qualifier">
+ <feature url="features/org.eclipse.osee.core.runtime.feature.source_0.17.2.qualifier.jar" id="org.eclipse.osee.core.runtime.feature.source" version="0.17.2.qualifier">
<category name="org.eclipse.osee.runtime"/>
</feature>
- <feature url="features/org.eclipse.osee.core.runtime.feature_0.17.1.qualifier.jar" id="org.eclipse.osee.core.runtime.feature" version="0.17.1.qualifier">
+ <feature url="features/org.eclipse.osee.core.runtime.feature_0.17.2.qualifier.jar" id="org.eclipse.osee.core.runtime.feature" version="0.17.2.qualifier">
<category name="org.eclipse.osee.runtime"/>
</feature>
<category-def name="org.eclipse.osee.runtime" label="Eclipse OSEE Runtime - (Incubation)">
diff --git a/plugins/org.eclipse.osee.runtime.p2/pom.xml b/plugins/org.eclipse.osee.runtime.p2/pom.xml
index 431ef673590..3921b4d1d26 100644
--- a/plugins/org.eclipse.osee.runtime.p2/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.17.1-SNAPSHOT</version>
+ <version>0.17.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.runtime.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE Runtime - p2 Site (Incubation)</name>
- <version>0.17.1-SNAPSHOT</version>
+ <version>0.17.2-SNAPSHOT</version>
<build>
<plugins>

Back to the top