Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-28 15:12:48 +0000
committerAlexander Kurtakov2017-06-28 15:14:41 +0000
commit6a31629a6dfa73f19b646f7f98e65749aabd8810 (patch)
tree1391654a9ffb97070d44f3d36e5202e63548dfe1 /features
parent4b92523affc9cf6cf76f42e138d7ee41bf316b35 (diff)
downloadrt.equinox.framework-U20170810-0400.tar.gz
rt.equinox.framework-U20170810-0400.tar.xz
rt.equinox.framework-U20170810-0400.zip
Update rt.equinox.framework repo. Change-Id: I89e2c59c9dffc7a5a9e6c9523a3ad10d6da76ede Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 8e22eac37..8ac08008e 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.7.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
index 9011572bd..377ffe0ed 100644
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
+++ b/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.7.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>

Back to the top