Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-03-25 15:21:09 +0000
committerPaul Webster2013-03-25 15:29:16 +0000
commit871dfab1d51b2fb8a1c8fab3472bba19ae61266d (patch)
tree7afed165cf455b2e2cd9ead68e121edabb5721e9
parent00c30f9869ea8c5306e8e634ef2ec8afef5459d2 (diff)
downloadorg.eclipse.e4.databinding-I20130329-2200.tar.gz
org.eclipse.e4.databinding-I20130329-2200.tar.xz
org.eclipse.e4.databinding-I20130329-2200.zip
Change parent versions to 0.14.0-SNAPSHOT Change-Id: I581be1bbcfc0a19e67934b387baa48edad39ba7a
-rw-r--r--build/org.eclipse.e4.databinding.update/pom.xml9
-rw-r--r--bundles/org.eclipse.core.databinding.beans/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.core.databinding.beans/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding.observable/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.core.databinding.observable/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding.property/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.core.databinding.property/pom.xml2
-rw-r--r--bundles/org.eclipse.core.databinding/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.core.databinding/pom.xml2
-rw-r--r--bundles/org.eclipse.jface.databinding/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.jface.databinding/pom.xml2
-rw-r--r--examples/org.eclipse.jface.examples.databinding/forceQualifierUpdate.txt2
-rw-r--r--examples/org.eclipse.jface.examples.databinding/pom.xml2
-rw-r--r--features/org.eclipse.e4.databinding.feature/forceQualifierUpdate.txt2
-rw-r--r--features/org.eclipse.e4.databinding.feature/pom.xml6
-rw-r--r--features/org.eclipse.e4.databinding.tests.feature/forceQualifierUpdate.txt2
-rw-r--r--features/org.eclipse.e4.databinding.tests.feature/pom.xml6
-rw-r--r--pom.xml3
-rw-r--r--tests/org.eclipse.jface.tests.databinding.conformance/forceQualifierUpdate.txt2
-rw-r--r--tests/org.eclipse.jface.tests.databinding.conformance/pom.xml2
-rw-r--r--tests/org.eclipse.jface.tests.databinding/forceQualifierUpdate.txt2
-rw-r--r--tests/org.eclipse.jface.tests.databinding/pom.xml2
22 files changed, 39 insertions, 21 deletions
diff --git a/build/org.eclipse.e4.databinding.update/pom.xml b/build/org.eclipse.e4.databinding.update/pom.xml
index 3a5f1edc..a7be305f 100644
--- a/build/org.eclipse.e4.databinding.update/pom.xml
+++ b/build/org.eclipse.e4.databinding.update/pom.xml
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.databinding.update</artifactId>
- <version>0.13.0.qualifier</version>
+ <version>0.14.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
-</project>
-
+</project>
diff --git a/bundles/org.eclipse.core.databinding.beans/forceQualifierUpdate.txt b/bundles/org.eclipse.core.databinding.beans/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.beans/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml
index e31535db..4d4ecbbf 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.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/forceQualifierUpdate.txt b/bundles/org.eclipse.core.databinding.observable/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.observable/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/bundles/org.eclipse.core.databinding.observable/pom.xml b/bundles/org.eclipse.core.databinding.observable/pom.xml
index 9f6ed1a8..37608a10 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.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/forceQualifierUpdate.txt b/bundles/org.eclipse.core.databinding.property/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.property/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml
index 2a5028bd..508d4864 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding.property</artifactId>
diff --git a/bundles/org.eclipse.core.databinding/forceQualifierUpdate.txt b/bundles/org.eclipse.core.databinding/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/bundles/org.eclipse.core.databinding/pom.xml b/bundles/org.eclipse.core.databinding/pom.xml
index e2f15fce..f9d669f3 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.databinding</artifactId>
diff --git a/bundles/org.eclipse.jface.databinding/forceQualifierUpdate.txt b/bundles/org.eclipse.jface.databinding/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/bundles/org.eclipse.jface.databinding/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml
index 0e4516e9..cad69135 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.databinding</artifactId>
diff --git a/examples/org.eclipse.jface.examples.databinding/forceQualifierUpdate.txt b/examples/org.eclipse.jface.examples.databinding/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/examples/org.eclipse.jface.examples.databinding/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/examples/org.eclipse.jface.examples.databinding/pom.xml b/examples/org.eclipse.jface.examples.databinding/pom.xml
index 15adbf10..2cc589a5 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.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/forceQualifierUpdate.txt b/features/org.eclipse.e4.databinding.feature/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/features/org.eclipse.e4.databinding.feature/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/features/org.eclipse.e4.databinding.feature/pom.xml b/features/org.eclipse.e4.databinding.feature/pom.xml
index bcd90b06..539cefd9 100644
--- a/features/org.eclipse.e4.databinding.feature/pom.xml
+++ b/features/org.eclipse.e4.databinding.feature/pom.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
@@ -12,4 +12,4 @@
<version>0.13.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-</project>
+</project>
diff --git a/features/org.eclipse.e4.databinding.tests.feature/forceQualifierUpdate.txt b/features/org.eclipse.e4.databinding.tests.feature/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/features/org.eclipse.e4.databinding.tests.feature/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/features/org.eclipse.e4.databinding.tests.feature/pom.xml b/features/org.eclipse.e4.databinding.tests.feature/pom.xml
index 9ece2518..cfc1d8e8 100644
--- a/features/org.eclipse.e4.databinding.tests.feature/pom.xml
+++ b/features/org.eclipse.e4.databinding.tests.feature/pom.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
@@ -12,4 +12,4 @@
<version>0.13.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-</project>
+</project>
diff --git a/pom.xml b/pom.xml
index 4ab7f205..a6ffbdc7 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.13.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/e4/org.eclipse.e4.databinding.git</tycho.scmUrl>
@@ -32,4 +32,3 @@
<module>build/org.eclipse.e4.databinding.update</module>
</modules>
</project>
-
diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/forceQualifierUpdate.txt b/tests/org.eclipse.jface.tests.databinding.conformance/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/tests/org.eclipse.jface.tests.databinding.conformance/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
index ee69b6fe..00f3fb74 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.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/forceQualifierUpdate.txt b/tests/org.eclipse.jface.tests.databinding/forceQualifierUpdate.txt
new file mode 100644
index 00000000..396f0875
--- /dev/null
+++ b/tests/org.eclipse.jface.tests.databinding/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"
diff --git a/tests/org.eclipse.jface.tests.databinding/pom.xml b/tests/org.eclipse.jface.tests.databinding/pom.xml
index 7c131a97..d39d1a46 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>1.0.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.tests.databinding</artifactId>

Back to the top