Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2019-03-29 14:11:14 +0000
committerDani Megert2019-03-29 14:11:14 +0000
commit1763e17b471a04f14bb7853c4520999270ea819a (patch)
tree9310f9db8f4484ca3d2f7ce886198ac576f0f3cf
parent0fa13e735e7abbb48289f6d4740de2cdc71cd767 (diff)
downloadeclipse.platform.releng-1763e17b471a04f14bb7853c4520999270ea819a.tar.gz
eclipse.platform.releng-1763e17b471a04f14bb7853c4520999270ea819a.tar.xz
eclipse.platform.releng-1763e17b471a04f14bb7853c4520999270ea819a.zip
Fix version for 4.12.I20190330-1800I20190329-1800
-rw-r--r--features/org.eclipse.test-feature/feature.xml2
-rw-r--r--features/org.eclipse.test-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.test-feature/feature.xml b/features/org.eclipse.test-feature/feature.xml
index 793c5489..284d58b3 100644
--- a/features/org.eclipse.test-feature/feature.xml
+++ b/features/org.eclipse.test-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.test"
label="%featureName"
- version="3.7.600.qualifier"
+ version="3.7.700.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.test-feature/pom.xml b/features/org.eclipse.test-feature/pom.xml
index af1469b9..8f8bd900 100644
--- a/features/org.eclipse.test-feature/pom.xml
+++ b/features/org.eclipse.test-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.test.feature</groupId>
<artifactId>org.eclipse.test</artifactId>
- <version>3.7.600-SNAPSHOT</version>
+ <version>3.7.700-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top