Skip to content

Commit

Permalink
Bump version to 4.42.60
Browse files Browse the repository at this point in the history
  • Loading branch information
aodn-ci committed Jul 27, 2023
1 parent 254d5ba commit 8dd46f0
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ message = Bump version to {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}
current_version = 4.42.60

[bumpversion:glob:**/pom.xml]
search = <version>0.0.0</version>
Expand Down
6 changes: 3 additions & 3 deletions aggregation-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>

<groupId>au.org.emii</groupId>
<artifactId>aggregation-worker</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>wps-common</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>au.org.emii</groupId>
<version>0.0.0</version>
<version>4.42.60</version>
<artifactId>integration-testing</artifactId>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>jaxb-wps</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions job-status-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>au.org.emii</groupId>
<artifactId>job-status-service</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>

<parent>
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>wps-common</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions request-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>au.org.emii</groupId>
<artifactId>request-handler</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>

<parent>
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>wps-common</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions wps-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>au.org.emii</groupId>
<artifactId>wps-common</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>

<parent>
<groupId>au.org.emii</groupId>
<artifactId>aws-wps</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.0</version>
<version>4.42.60</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -102,12 +102,12 @@
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>aggregator</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
<dependency>
<groupId>au.org.emii</groupId>
<artifactId>jaxb-wps</artifactId>
<version>0.0.0</version>
<version>4.42.60</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8dd46f0

Please sign in to comment.