Skip to content

Commit

Permalink
Update january_2_0 branch to 2.0.1-SNAPSHOT (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Graham <[email protected]>
  • Loading branch information
jonahgraham authored Mar 30, 2017
1 parent db7864b commit 59741d8
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.january.asserts/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions org.eclipse.january.asserts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
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>
<artifactId>org.eclipse.january.asserts</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions org.eclipse.january.examples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions org.eclipse.january.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<artifactId>org.eclipse.january</artifactId>
<groupId>org.eclipse</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.january.examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.january.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions org.eclipse.january.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
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>
<artifactId>org.eclipse.january.test</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<packaging>eclipse-test-plugin</packaging>
</project>
12 changes: 6 additions & 6 deletions org.eclipse.january/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.january/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
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>
<artifactId>org.eclipse.january</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<packaging>eclipse-plugin</packaging>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
12 changes: 6 additions & 6 deletions releng/org.eclipse.january.releng.p2/category.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<bundle id="org.eclipse.january" version="2.0.0.qualifier">
<bundle id="org.eclipse.january" version="2.0.1.qualifier">
<category name="january_datasets"/>
</bundle>
<bundle id="org.eclipse.january.source" version="2.0.0.qualifier">
<bundle id="org.eclipse.january.source" version="2.0.1.qualifier">
<category name="january_datasets"/>
</bundle>
<bundle id="org.eclipse.january.asserts" version="2.0.0.qualifier">
<bundle id="org.eclipse.january.asserts" version="2.0.1.qualifier">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.asserts.source" version="2.0.0.qualifier">
<bundle id="org.eclipse.january.asserts.source" version="2.0.1.qualifier">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.test" version="2.0.0.qualifier">
<bundle id="org.eclipse.january.test" version="2.0.1.qualifier">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.test.source" version="2.0.0.qualifier">
<bundle id="org.eclipse.january.test.source" version="2.0.1.qualifier">
<category name="january_datasets_test"/>
</bundle>
<category-def name="january_datasets" label="January Datasets"/>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.january.releng.p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../org.eclipse.january.releng</relativePath>
</parent>
</project>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="January-baseline" sequenceNumber="1487931635">
<target name="January-baseline" sequenceNumber="1490828498">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.january" version="0.0.0"/>
<repository id="january-1.0" location="http://download.eclipse.org/january/releases/1.0.0/repository/"/>
<repository id="january-2.0" location="http://download.eclipse.org/january/releases/2.0.0/repository/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.january.releng.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../org.eclipse.january.releng</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions releng/org.eclipse.january.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>


Expand Down Expand Up @@ -65,7 +65,7 @@
<artifact>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng.target</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit 59741d8

Please sign in to comment.