Skip to content

Commit

Permalink
Merge pull request #942 from qbicsoftware/release/set-version-to-1.5.1
Browse files Browse the repository at this point in the history
Update version to 1.5.1
  • Loading branch information
KochTobi authored May 6, 2022
2 parents 59e9fff + 454b58a commit 317c1b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.5.0</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>offer-manager-domain</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
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.5.0</version>
<version>1.5.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<artifactId>offer-manager</artifactId>
<version>1.5.0</version> <!-- <<QUBE_FORCE_BUMP>> -->
<version>1.5.1</version> <!-- <<QUBE_FORCE_BUMP>> -->
<groupId>life.qbic</groupId>
<name>The new offer manager</name>
<url>https://github.com/qbicsoftware/offer-manager-2-portlet</url>
Expand Down

0 comments on commit 317c1b0

Please sign in to comment.