Skip to content

Commit

Permalink
updating version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Savage committed Mar 2, 2017
1 parent 6cb4457 commit ceaa1a9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.diamond</groupId>
<artifactId>uk.ac.diamond.ispyb</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<packaging>pom</packaging>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Eclipse-BuddyPolicy: global
Bundle-ManifestVersion: 2
Bundle-Name: ISPyB API
Bundle-SymbolicName: uk.ac.diamond.ispyb.api;singleton:=true
Bundle-Version: 1.8.1
Bundle-Version: 1.8.2
Bundle-Vendor: Diamond Light Source
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: uk.ac.diamond.ispyb.api
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>uk.ac.diamond.ispyb</artifactId>
<groupId>uk.ac.diamond</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>uk.ac.diamond.ispyb.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="uk.ac.diamond.ispyb.feature"
label="ispyb"
version="1.8.1"
version="1.8.2"
provider-name="Diamond Light Source">

<plugin
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.ac.diamond</groupId>
<artifactId>uk.ac.diamond.ispyb</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>uk.ac.diamond.ispyb.feature</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions uk.ac.diamond.ispyb.jdbc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Eclipse-BuddyPolicy: global
Bundle-ManifestVersion: 2
Bundle-Name: ISPyB JDBC
Bundle-SymbolicName: uk.ac.diamond.ispyb.jdbc;singleton:=true
Bundle-Version: 1.8.1
Bundle-Version: 1.8.2
Bundle-Vendor: Diamond Light Source
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/ispybPlateApiService.xml,
OSGI-INF/ispybDataCollectionApiService.xml
Require-Bundle: uk.ac.diamond.ispyb.api;bundle-version="1.8.1",
Require-Bundle: uk.ac.diamond.ispyb.api;bundle-version="1.8.2",
org.mariadb.jdbc;bundle-version="1.4.6",
org.apache.commons.beanutils;bundle-version="1.8.1"
org.apache.commons.beanutils;bundle-version="1.8.2"
Import-Package: org.springframework.beans;version="4.0.6.RELEASE",
org.springframework.beans.factory;version="4.0.6.RELEASE",
org.springframework.core;version="4.0.6.RELEASE",
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>uk.ac.diamond.ispyb</artifactId>
<groupId>uk.ac.diamond</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>uk.ac.diamond.ispyb.jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uk.ac.diamond.ispyb.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Eclipse-BuddyPolicy: global
Bundle-ManifestVersion: 2
Bundle-Name: ISPyB test
Bundle-SymbolicName: uk.ac.diamond.ispyb.test;singleton:=true
Bundle-Version: 1.8.1
Bundle-Version: 1.8.2
Bundle-Vendor: Diamond Light Source
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Fragment-Host: uk.ac.diamond.ispyb.jdbc
Expand Down
4 changes: 2 additions & 2 deletions uk.ac.diamond.ispyb.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<dependency>
<groupId>uk.ac.diamond</groupId>
<artifactId>uk.ac.diamond.ispyb.jdbc</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<parent>
<artifactId>uk.ac.diamond.ispyb</artifactId>
<groupId>uk.ac.diamond</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>uk.ac.diamond.ispyb.test</artifactId>
Expand Down

0 comments on commit ceaa1a9

Please sign in to comment.