Skip to content

Commit

Permalink
Release 2.9.0-rc3\n
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Feb 9, 2024
1 parent 189a08c commit 8ae1379
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
<packaging>pom</packaging>
<name>SUMARiS</name>
<description>SUMARiS :: Maven parent</description>
Expand Down
3 changes: 2 additions & 1 deletion src/scripts/release-from-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ mvn versions:set -DnewVersion=$version && mvn versions:commit
[[ $? -ne 0 ]] && exit 1
echo "---- Prepare release [OK]"
echo ""
git branch -B "release/$version"

git branch -f "release/$version"
[[ $? -ne 0 ]] && exit 1

echo "---- Performing release..."
Expand Down
2 changes: 1 addition & 1 deletion sumaris-core-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-core-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-extraction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-importation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sumaris-pod</artifactId>
<groupId>net.sumaris</groupId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sumaris-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-test-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-test-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sumaris-xml-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sumaris</groupId>
<artifactId>sumaris-pod</artifactId>
<version>2.9.0-rc2-SNAPSHOT</version>
<version>2.9.0-rc3</version>
</parent>

<artifactId>sumaris-xml-query</artifactId>
Expand Down

0 comments on commit 8ae1379

Please sign in to comment.