Skip to content

Commit 99f0dba

Browse files
committed
fix bump version manually
1 parent 63d5dca commit 99f0dba

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

calendar-helper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>5.0.46-SNAPSHOT</version>
25+
<version>5.46.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

entur-google-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2323
<parent>
2424
<groupId>org.entur.ror.helpers</groupId>
2525
<artifactId>helper</artifactId>
26-
<version>5.0.46-SNAPSHOT</version>
26+
<version>5.46.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>entur-google-pubsub</artifactId>

hazelcast4-helper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>5.0.46-SNAPSHOT</version>
25+
<version>5.46.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>helper</artifactId>
55
<groupId>org.entur.ror.helpers</groupId>
6-
<version>5.0.46-SNAPSHOT</version>
6+
<version>5.46.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

organisation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>5.0.46-SNAPSHOT</version>
25+
<version>5.46.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

permission-store-proxy/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.entur.ror.helpers</groupId>
2121
<artifactId>helper</artifactId>
22-
<version>5.0.46-SNAPSHOT</version>
22+
<version>5.46.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<properties>
@@ -38,13 +38,13 @@
3838
<dependency>
3939
<groupId>org.entur.ror.helpers</groupId>
4040
<artifactId>organisation</artifactId>
41-
<version>5.0.46-SNAPSHOT</version>
41+
<version>5.46.0-SNAPSHOT</version>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>org.entur.ror.helpers</groupId>
4646
<artifactId>oauth2</artifactId>
47-
<version>5.0.46-SNAPSHOT</version>
47+
<version>5.46.0-SNAPSHOT</version>
4848
</dependency>
4949

5050
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.entur.ror.helpers</groupId>
2929
<artifactId>helper</artifactId>
30-
<version>5.0.46-SNAPSHOT</version>
30+
<version>5.46.0-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>entur-helper</name>

slack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>5.0.46-SNAPSHOT</version>
25+
<version>5.46.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

stopplace-changelog-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.entur.ror.helpers</groupId>
77
<artifactId>helper</artifactId>
8-
<version>5.0.46-SNAPSHOT</version>
8+
<version>5.46.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.entur.ror.helpers</groupId>
2727
<artifactId>stopplace-changelog</artifactId>
28-
<version>5.0.46-SNAPSHOT</version>
28+
<version>5.46.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<!-- Test dependencies -->

stopplace-changelog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.entur.ror.helpers</groupId>
88
<artifactId>helper</artifactId>
9-
<version>5.0.46-SNAPSHOT</version>
9+
<version>5.46.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)