Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 c457c3cdb1b..bfabe8a471a 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.15.0.qualifier.jar" id="org.eclipse.osee.core.runtime.feature.source" version="0.15.0.qualifier">
+ <feature url="features/org.eclipse.osee.core.runtime.feature.source_0.16.0.qualifier.jar" id="org.eclipse.osee.core.runtime.feature.source" version="0.16.0.qualifier">
<category name="org.eclipse.osee.runtime"/>
</feature>
- <feature url="features/org.eclipse.osee.core.runtime.feature_0.15.0.qualifier.jar" id="org.eclipse.osee.core.runtime.feature" version="0.15.0.qualifier">
+ <feature url="features/org.eclipse.osee.core.runtime.feature_0.16.0.qualifier.jar" id="org.eclipse.osee.core.runtime.feature" version="0.16.0.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 59b0a13524c..f40c9717e27 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.15.0-SNAPSHOT</version>
+ <version>0.16.0-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.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top