Skip to content

Commit 97b8896

Browse files
[github-action] Increment version after release of 5.3.0
1 parent 55af1f5 commit 97b8896

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</modules>
2727

2828
<artifactId>xoai</artifactId>
29-
<version>5.3.0</version>
29+
<version>5.3.1-SNAPSHOT</version>
3030

3131
<name>XOAI : OAI-PMH Java Toolkit</name>
3232
<!--<url>https://github.com/gdcc/xoai</url>-->

report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>xoai</artifactId>
1313
<groupId>io.gdcc</groupId>
14-
<version>5.3.0</version>
14+
<version>5.3.1-SNAPSHOT</version>
1515
</parent>
1616

1717
<modelVersion>4.0.0</modelVersion>

xoai-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>xoai</artifactId>
1313
<groupId>io.gdcc</groupId>
14-
<version>5.3.0</version>
14+
<version>5.3.1-SNAPSHOT</version>
1515
</parent>
1616
<modelVersion>4.0.0</modelVersion>
1717

xoai-data-provider-tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>xoai</artifactId>
1313
<groupId>io.gdcc</groupId>
14-
<version>5.3.0</version>
14+
<version>5.3.1-SNAPSHOT</version>
1515
</parent>
1616

1717
<modelVersion>4.0.0</modelVersion>

xoai-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>xoai</artifactId>
1313
<groupId>io.gdcc</groupId>
14-
<version>5.3.0</version>
14+
<version>5.3.1-SNAPSHOT</version>
1515
</parent>
1616

1717
<modelVersion>4.0.0</modelVersion>

xoai-service-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.gdcc</groupId>
1313
<artifactId>xoai</artifactId>
14-
<version>5.3.0</version>
14+
<version>5.3.1-SNAPSHOT</version>
1515
</parent>
1616
<modelVersion>4.0.0</modelVersion>
1717

xoai-xmlio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.gdcc</groupId>
66
<artifactId>xoai</artifactId>
7-
<version>5.3.0</version>
7+
<version>5.3.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>xoai-xmlio</artifactId>

0 commit comments

Comments
 (0)