Skip to content

Commit

Permalink
Version 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Oct 31, 2017
1 parent 68fbfc7 commit efbd38a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ispyb-bcr-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</parent>
<artifactId>ispyb-bcr-ear</artifactId>
<packaging>ear</packaging>
Expand All @@ -15,7 +15,7 @@
<groupId>ispyb</groupId>
<artifactId>ispyb-ejb3</artifactId>
<type>ejb</type>
<version>5.3.2</version>
<version>5.3.3</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion ispyb-bcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>ispyb</groupId>
<artifactId>ispyb-ejb3</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions ispyb-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</parent>
<artifactId>ispyb-ear</artifactId>
<packaging>ear</packaging>
Expand All @@ -13,7 +13,7 @@
<groupId>ispyb</groupId>
<artifactId>ispyb-ejb3</artifactId>
<type>ejb</type>
<version>5.3.2</version>
<version>5.3.3</version>
</dependency>

<dependency>
Expand All @@ -26,7 +26,7 @@
<groupId>ispyb</groupId>
<artifactId>ispyb-ws</artifactId>
<type>war</type>
<version>5.3.2</version>
<version>5.3.3</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion ispyb-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</parent>
<artifactId>ispyb-ejb3</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ispyb-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>ispyb</groupId>
<artifactId>ispyb-ejb3</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions ispyb-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</parent>
<artifactId>ispyb-ws</artifactId>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>ispyb</groupId>
<artifactId>ispyb-ejb3</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ispyb</groupId>
<artifactId>ispyb-parent</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
<packaging>pom</packaging>
<modules>
<module>ispyb-ejb</module>
Expand Down

0 comments on commit efbd38a

Please sign in to comment.