Skip to content

Commit

Permalink
Remove snapshot tags from Maven modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed May 25, 2021
1 parent 1f111d9 commit d92c9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offer-manager-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>offer-manager</artifactId>
<groupId>life.qbic</groupId>
<version>1.0.0-rc.1-SNAPSHOT</version>
<version>1.0.0-rc.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion offer-manager-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>offer-manager</artifactId>
<groupId>life.qbic</groupId>
<version>1.0.0-rc.1-SNAPSHOT</version>
<version>1.0.0-rc.1</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit d92c9a9

Please sign in to comment.