Skip to content

Commit

Permalink
Bump version to 4.42.108
Browse files Browse the repository at this point in the history
  • Loading branch information
aodn-ci committed Dec 7, 2023
1 parent 378f5a9 commit ce8af20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ message = Bump version to {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}
current_version = 4.42.108

[bumpversion:file:application.properties]
search = app.version=0.0.0
Expand All @@ -15,3 +16,4 @@ replace = app.version={new_version}
[bumpversion:file:pom.xml]
search = <version>0.0.0</version>
replace = <version>{new_version}</version>

2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ app.build.scmRevision=UNKNOWN
app.grails.version=2.4.4
app.name=aodn-portal
app.servlet.version=2.5
app.version=0.0.0
app.version=4.42.108
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>au.org.emii.portal</groupId>
<artifactId>aodn-portal</artifactId>
<packaging>grails-app</packaging>
<version>0.0.0</version>
<version>4.42.108</version>
<name>aodn-portal</name>
<description>aodn-portal</description>

Expand Down

0 comments on commit ce8af20

Please sign in to comment.