Skip to content

Commit 7108e09

Browse files
committed
build: downgrade version to 5.2.3-SNAPSHOT
- Revert all module versions from 5.3.2-SNAPSHOT to 5.2.3-SNAPSHOT. - Simplify Maven version bump task in GitHub workflow by removing minor increment flag. As increasing the minor version does not reset the patch version to 0, it's not really helpful. Just stick with incrementing the patch version instead.
1 parent b014dff commit 7108e09

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/maven-release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git tag "xoai-${{ inputs.version }}"
4040
- name: Increment to next version, commit and push
4141
run: |
42-
mvn -B versions:set -DnextSnapshot -DnextSnapshotIndexToIncrement=2 -DgenerateBackupPoms=false
42+
mvn -B versions:set -DnextSnapshot -DgenerateBackupPoms=false
4343
git add pom.xml **/pom.xml
4444
git commit -m "[github-action] Increment version after release of ${{ inputs.version }}"
4545
git push --tags origin branch-5.0

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.2-SNAPSHOT</version>
29+
<version>5.2.3-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.2-SNAPSHOT</version>
14+
<version>5.2.3-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.2-SNAPSHOT</version>
14+
<version>5.2.3-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.2-SNAPSHOT</version>
14+
<version>5.2.3-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.2-SNAPSHOT</version>
14+
<version>5.2.3-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.2-SNAPSHOT</version>
14+
<version>5.2.3-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.2-SNAPSHOT</version>
7+
<version>5.2.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>xoai-xmlio</artifactId>

0 commit comments

Comments
 (0)