From 59741d85ef08d72734b40fece42be6040f1eb2aa Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 30 Mar 2017 09:42:39 +0100 Subject: [PATCH] Update january_2_0 branch to 2.0.1-SNAPSHOT (#130) Signed-off-by: Jonah Graham --- org.eclipse.january.asserts/META-INF/MANIFEST.MF | 4 ++-- org.eclipse.january.asserts/pom.xml | 4 ++-- org.eclipse.january.examples/META-INF/MANIFEST.MF | 4 ++-- org.eclipse.january.examples/pom.xml | 4 ++-- org.eclipse.january.test/META-INF/MANIFEST.MF | 6 +++--- org.eclipse.january.test/pom.xml | 4 ++-- org.eclipse.january/META-INF/MANIFEST.MF | 12 ++++++------ org.eclipse.january/pom.xml | 4 ++-- pom.xml | 2 +- releng/org.eclipse.january.releng.p2/category.xml | 12 ++++++------ releng/org.eclipse.january.releng.p2/pom.xml | 2 +- .../january-baseline.target | 4 ++-- .../january-baseline.tpd | 2 +- releng/org.eclipse.january.releng.target/pom.xml | 2 +- releng/org.eclipse.january.releng/pom.xml | 4 ++-- 15 files changed, 35 insertions(+), 35 deletions(-) diff --git a/org.eclipse.january.asserts/META-INF/MANIFEST.MF b/org.eclipse.january.asserts/META-INF/MANIFEST.MF index 8e5a78b2..a2627fd0 100644 --- a/org.eclipse.january.asserts/META-INF/MANIFEST.MF +++ b/org.eclipse.january.asserts/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse January Common Asserts (Incubation) Bundle-SymbolicName: org.eclipse.january.asserts;singleton:=true -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.0.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: . Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)", - org.eclipse.january;bundle-version="2.0.0" + org.eclipse.january;bundle-version="2.0.1" Export-Package: org.eclipse.january.asserts Bundle-ActivationPolicy: lazy Bundle-Vendor: Eclipse January diff --git a/org.eclipse.january.asserts/pom.xml b/org.eclipse.january.asserts/pom.xml index 6ac74a64..d441b2b5 100644 --- a/org.eclipse.january.asserts/pom.xml +++ b/org.eclipse.january.asserts/pom.xml @@ -14,12 +14,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.eclipse.january.asserts - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ../releng/org.eclipse.january.releng/pom.xml org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.january.examples/META-INF/MANIFEST.MF b/org.eclipse.january.examples/META-INF/MANIFEST.MF index 964a233f..854680c6 100644 --- a/org.eclipse.january.examples/META-INF/MANIFEST.MF +++ b/org.eclipse.january.examples/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse January Examples (Incubation) Bundle-SymbolicName: org.eclipse.january.examples -Bundle-Version: 2.0.0.qualifier -Fragment-Host: org.eclipse.january;bundle-version="2.0.0" +Bundle-Version: 2.0.1.qualifier +Fragment-Host: org.eclipse.january;bundle-version="2.0.1" Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)" Bundle-Vendor: Eclipse January diff --git a/org.eclipse.january.examples/pom.xml b/org.eclipse.january.examples/pom.xml index a02226d9..8ff70e9e 100644 --- a/org.eclipse.january.examples/pom.xml +++ b/org.eclipse.january.examples/pom.xml @@ -17,11 +17,11 @@ org.eclipse.january org.eclipse - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT org.eclipse org.eclipse.january.examples - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.january.test/META-INF/MANIFEST.MF b/org.eclipse.january.test/META-INF/MANIFEST.MF index f8ff99d9..ff7a7e6e 100644 --- a/org.eclipse.january.test/META-INF/MANIFEST.MF +++ b/org.eclipse.january.test/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse January Dataset Tests (Incubation) Bundle-SymbolicName: org.eclipse.january.test -Bundle-Version: 2.0.0.qualifier -Fragment-Host: org.eclipse.january;bundle-version="2.0.0" +Bundle-Version: 2.0.1.qualifier +Fragment-Host: org.eclipse.january;bundle-version="2.0.1" Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)", - org.eclipse.january.asserts;bundle-version="2.0.0" + org.eclipse.january.asserts;bundle-version="2.0.1" Bundle-Vendor: Eclipse January diff --git a/org.eclipse.january.test/pom.xml b/org.eclipse.january.test/pom.xml index 6e7d87a0..66e3ea71 100644 --- a/org.eclipse.january.test/pom.xml +++ b/org.eclipse.january.test/pom.xml @@ -14,12 +14,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.eclipse.january.test - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ../releng/org.eclipse.january.releng/pom.xml org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT eclipse-test-plugin diff --git a/org.eclipse.january/META-INF/MANIFEST.MF b/org.eclipse.january/META-INF/MANIFEST.MF index 9abce51c..6cf17fec 100644 --- a/org.eclipse.january/META-INF/MANIFEST.MF +++ b/org.eclipse.january/META-INF/MANIFEST.MF @@ -2,13 +2,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse January Datasets (Incubation) Bundle-SymbolicName: org.eclipse.january -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.0.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Export-Package: org.eclipse.january;version="2.0.0", - org.eclipse.january.dataset;version="2.0.0", - org.eclipse.january.io;version="2.0.0", - org.eclipse.january.metadata;version="2.0.0", - org.eclipse.january.metadata.internal;version="2.0.0";x-internal:=true +Export-Package: org.eclipse.january;version="2.0.1", + org.eclipse.january.dataset;version="2.0.1", + org.eclipse.january.io;version="2.0.1", + org.eclipse.january.metadata;version="2.0.1", + org.eclipse.january.metadata.internal;version="2.0.1";x-internal:=true Require-Bundle: org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)", org.apache.commons.math3;bundle-version="[3.2.0,4.0.0)";visibility:=reexport Import-Package: org.slf4j;version="[1.7.2,2.0.0)" diff --git a/org.eclipse.january/pom.xml b/org.eclipse.january/pom.xml index 762b7747..34585b9c 100644 --- a/org.eclipse.january/pom.xml +++ b/org.eclipse.january/pom.xml @@ -14,12 +14,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.eclipse.january - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ../releng/org.eclipse.january.releng/pom.xml org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT eclipse-plugin diff --git a/pom.xml b/pom.xml index c1f644c1..a0708369 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 4.0.0 org.eclipse.january org.eclipse.january.root - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom diff --git a/releng/org.eclipse.january.releng.p2/category.xml b/releng/org.eclipse.january.releng.p2/category.xml index d2bc380c..b3ce5390 100644 --- a/releng/org.eclipse.january.releng.p2/category.xml +++ b/releng/org.eclipse.january.releng.p2/category.xml @@ -1,21 +1,21 @@ - + - + - + - + - + - + diff --git a/releng/org.eclipse.january.releng.p2/pom.xml b/releng/org.eclipse.january.releng.p2/pom.xml index f120bd52..c1a0629b 100644 --- a/releng/org.eclipse.january.releng.p2/pom.xml +++ b/releng/org.eclipse.january.releng.p2/pom.xml @@ -18,7 +18,7 @@ org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ../org.eclipse.january.releng diff --git a/releng/org.eclipse.january.releng.target/january-baseline.target b/releng/org.eclipse.january.releng.target/january-baseline.target index ac67ff1e..8fe4aaf7 100644 --- a/releng/org.eclipse.january.releng.target/january-baseline.target +++ b/releng/org.eclipse.january.releng.target/january-baseline.target @@ -1,11 +1,11 @@ - + - + diff --git a/releng/org.eclipse.january.releng.target/january-baseline.tpd b/releng/org.eclipse.january.releng.target/january-baseline.tpd index 68448051..e8971e7a 100644 --- a/releng/org.eclipse.january.releng.target/january-baseline.tpd +++ b/releng/org.eclipse.january.releng.target/january-baseline.tpd @@ -11,7 +11,7 @@ *******************************************************************************/ target "January-baseline" with source requirements -location "http://download.eclipse.org/january/releases/1.0.0/repository/" january-1.0 { +location "http://download.eclipse.org/january/releases/2.0.0/repository/" january-2.0 { org.eclipse.january lazy } diff --git a/releng/org.eclipse.january.releng.target/pom.xml b/releng/org.eclipse.january.releng.target/pom.xml index 904d5a4d..d8881105 100644 --- a/releng/org.eclipse.january.releng.target/pom.xml +++ b/releng/org.eclipse.january.releng.target/pom.xml @@ -18,7 +18,7 @@ org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ../org.eclipse.january.releng diff --git a/releng/org.eclipse.january.releng/pom.xml b/releng/org.eclipse.january.releng/pom.xml index db4ba0a7..ad0c0be1 100644 --- a/releng/org.eclipse.january.releng/pom.xml +++ b/releng/org.eclipse.january.releng/pom.xml @@ -15,7 +15,7 @@ 4.0.0 org.eclipse.january org.eclipse.january.releng - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom @@ -65,7 +65,7 @@ org.eclipse.january org.eclipse.january.releng.target - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT