Skip to content

Commit

Permalink
Merge pull request #73 from hazendaz/release
Browse files Browse the repository at this point in the history
Finalize release to master and update readme for instructions on how to release
  • Loading branch information
hazendaz authored Sep 22, 2024
2 parents 19fb363 + a548e8d commit 1c479fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ Snapshot releases are available in the
## Releasing

Prepare release locally then push to the release branch which will finish the release.

- mvn release:clean
- mvn release:prepare
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>au.com.acegi</groupId>
<artifactId>acegi-standard-project</artifactId>
<version>0.7.0</version>
<relativePath/>
<relativePath />
</parent>
<groupId>au.com.acegi</groupId>
<artifactId>xml-format-maven-plugin</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>XML Format Maven Plugin</name>
<description>Automatically formats XML files in a project.</description>
Expand Down

0 comments on commit 1c479fe

Please sign in to comment.