Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix typo for maven release task. (#16)
Browse files Browse the repository at this point in the history
* semantic versioning

added build version to the pom.xml to confirm with major.minor.bugfix.buildnumber convention

* added maven release prepare and perform

Added tasks release:prepare and release:perform to support the semantic versioning from maven

* build changes to support semantic versioning

* updated snapshot

* modified the goal release: perform

* updated to 3.0.7.3-SNAPSHOT
  • Loading branch information
rvema authored and beasknees committed Nov 19, 2018
1 parent b3427bf commit 0ddf01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.capitalone.dashboard</groupId>
<artifactId>core</artifactId>
<packaging>jar</packaging>
<version>3.0.7.2-SNAPSHOT</version>
<version>3.0.7.3-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Core package shared by API layer and Microservices</description>
<url>https://github.com/capitalone/Hygieia</url>
Expand Down
2 changes: 1 addition & 1 deletion travis-utilities/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gpg --fast-import keys.gpg

shred keys.gpg

mvn deploy -q -P release:prepare release:confirm
mvn deploy -q -P release:prepare release:perform

0 comments on commit 0ddf01a

Please sign in to comment.