Skip to content

Commit

Permalink
[releng] Set version to 2.1.3 (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Chang <peter.chang@diamond.ac.uk>
  • Loading branch information
PeterC-DLS authored May 24, 2018
1 parent f0e232b commit 2a9d8a3
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.january.asserts/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.1.3.qualifier
Bundle-Version: 2.1.3
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .
Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)",
Expand Down
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.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.january.examples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse January Examples (Incubation)
Bundle-SymbolicName: org.eclipse.january.examples
Bundle-Version: 2.1.3.qualifier
Bundle-Version: 2.1.3
Fragment-Host: org.eclipse.january;bundle-version="2.1.3"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.january.examples/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.examples</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<packaging>eclipse-test-plugin</packaging>
<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.january.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse January Dataset Tests (Incubation)
Bundle-SymbolicName: org.eclipse.january.test
Bundle-Version: 2.1.3.qualifier
Bundle-Version: 2.1.3
Fragment-Host: org.eclipse.january;bundle-version="2.1.3"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)",
Expand Down
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.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<packaging>eclipse-test-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.january/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse January Datasets (Incubation)
Bundle-SymbolicName: org.eclipse.january
Bundle-Version: 2.1.3.qualifier
Bundle-Version: 2.1.3
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.eclipse.january;version="2.1.3",
org.eclipse.january.dataset;version="2.1.3",
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.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<parent>
<relativePath>../releng/org.eclipse.january.releng/pom.xml</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</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.1.3.qualifier">
<bundle id="org.eclipse.january" version="2.1.3">
<category name="january_datasets"/>
</bundle>
<bundle id="org.eclipse.january.source" version="2.1.3.qualifier">
<bundle id="org.eclipse.january.source" version="2.1.3">
<category name="january_datasets"/>
</bundle>
<bundle id="org.eclipse.january.asserts" version="2.1.3.qualifier">
<bundle id="org.eclipse.january.asserts" version="2.1.3">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.asserts.source" version="2.1.3.qualifier">
<bundle id="org.eclipse.january.asserts.source" version="2.1.3">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.test" version="2.1.3.qualifier">
<bundle id="org.eclipse.january.test" version="2.1.3">
<category name="january_datasets_test"/>
</bundle>
<bundle id="org.eclipse.january.test.source" version="2.1.3.qualifier">
<bundle id="org.eclipse.january.test.source" version="2.1.3">
<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.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<relativePath>../org.eclipse.january.releng</relativePath>
</parent>
</project>
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.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<relativePath>../org.eclipse.january.releng</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions releng/org.eclipse.january.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<packaging>pom</packaging>
<parent>
<relativePath>../..</relativePath>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.root</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<properties>
Expand Down Expand Up @@ -70,7 +70,7 @@
<artifact>
<groupId>org.eclipse.january</groupId>
<artifactId>org.eclipse.january.releng.target</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit 2a9d8a3

Please sign in to comment.