Skip to content

Commit

Permalink
[ci skip]Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent 7eb26b4 commit 99611f5
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion calendar-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entur-google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
</parent>

<artifactId>entur-google-pubsub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast4-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>helper</artifactId>
<groupId>org.entur.ror.helpers</groupId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion organisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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

<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>entur-helper</name>
Expand Down
2 changes: 1 addition & 1 deletion slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions storage-aws-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>storage</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
</dependency>
<!--
# AWS API clients
Expand Down
4 changes: 2 additions & 2 deletions storage-gcp-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -44,7 +44,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<dependency>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>storage</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>4.7</version>
<version>4.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 99611f5

Please sign in to comment.