Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-08-08 19:04:03 +0000
committerPaul Webster2014-08-08 19:04:03 +0000
commit74c2f76e9c447eb3b734b3b0fb26f0ffeb38fda4 (patch)
tree0844d40a14a9a4e989abc1c9020a9673427ae24a
parent6041757c0b0fb88bc9e1644fa37375c5575244bc (diff)
downloadorg.eclipse.e4.databinding-I20140925-2200.tar.gz
org.eclipse.e4.databinding-I20140925-2200.tar.xz
org.eclipse.e4.databinding-I20140925-2200.zip
Update pom parent versions
-rw-r--r--build/org.eclipse.e4.databinding.update/pom.xml4
-rw-r--r--bundles/org.eclipse.core.databinding.beans/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding.observable/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding.property/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding/pom.xml2
-rw-r--r--bundles/org.eclipse.jface.databinding/pom.xml2
-rw-r--r--examples/org.eclipse.jface.examples.databinding/pom.xml2
-rw-r--r--features/org.eclipse.e4.databinding.feature/pom.xml2
-rw-r--r--features/org.eclipse.e4.databinding.tests.feature/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--tests/org.eclipse.jface.tests.databinding.conformance/pom.xml2
-rw-r--r--tests/org.eclipse.jface.tests.databinding/pom.xml2
12 files changed, 13 insertions, 13 deletions
diff --git a/build/org.eclipse.e4.databinding.update/pom.xml b/build/org.eclipse.e4.databinding.update/pom.xml
index b9655897..fcf64cc2 100644
--- a/build/org.eclipse.e4.databinding.update/pom.xml
+++ b/build/org.eclipse.e4.databinding.update/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.databinding.update</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>
diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml
index 8b4b2e41..041a2daf 100644
--- a/bundles/org.eclipse.core.databinding.beans/pom.xml
+++ b/bundles/org.eclipse.core.databinding.beans/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding.beans</artifactId>
diff --git a/bundles/org.eclipse.core.databinding.observable/pom.xml b/bundles/org.eclipse.core.databinding.observable/pom.xml
index d454977c..c104da2f 100644
--- a/bundles/org.eclipse.core.databinding.observable/pom.xml
+++ b/bundles/org.eclipse.core.databinding.observable/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding.observable</artifactId>
diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml
index a832b744..b7ce30bf 100644
--- a/bundles/org.eclipse.core.databinding.property/pom.xml
+++ b/bundles/org.eclipse.core.databinding.property/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding.property</artifactId>
diff --git a/bundles/org.eclipse.core.databinding/pom.xml b/bundles/org.eclipse.core.databinding/pom.xml
index 2392f525..1caf2848 100644
--- a/bundles/org.eclipse.core.databinding/pom.xml
+++ b/bundles/org.eclipse.core.databinding/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding</artifactId>
diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml
index 005f425c..36f0403f 100644
--- a/bundles/org.eclipse.jface.databinding/pom.xml
+++ b/bundles/org.eclipse.jface.databinding/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.databinding</artifactId>
diff --git a/examples/org.eclipse.jface.examples.databinding/pom.xml b/examples/org.eclipse.jface.examples.databinding/pom.xml
index 0397932d..9e16e1e5 100644
--- a/examples/org.eclipse.jface.examples.databinding/pom.xml
+++ b/examples/org.eclipse.jface.examples.databinding/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.examples.databinding</artifactId>
diff --git a/features/org.eclipse.e4.databinding.feature/pom.xml b/features/org.eclipse.e4.databinding.feature/pom.xml
index c8016625..40e1e3eb 100644
--- a/features/org.eclipse.e4.databinding.feature/pom.xml
+++ b/features/org.eclipse.e4.databinding.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/features/org.eclipse.e4.databinding.tests.feature/pom.xml b/features/org.eclipse.e4.databinding.tests.feature/pom.xml
index 833087e8..6a1e8a56 100644
--- a/features/org.eclipse.e4.databinding.tests.feature/pom.xml
+++ b/features/org.eclipse.e4.databinding.tests.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/pom.xml b/pom.xml
index 13ebcb5d..a5a13611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.e4.databinding</groupId>
<artifactId>e4-databinding-aggregator</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/e4/org.eclipse.e4.databinding.git</tycho.scmUrl>
diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
index ec0b8d78..e855e47b 100644
--- a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
+++ b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId>
diff --git a/tests/org.eclipse.jface.tests.databinding/pom.xml b/tests/org.eclipse.jface.tests.databinding/pom.xml
index 6970f64c..d60d2eae 100644
--- a/tests/org.eclipse.jface.tests.databinding/pom.xml
+++ b/tests/org.eclipse.jface.tests.databinding/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.tests.databinding</artifactId>

Back to the top