Skip to content

Commit

Permalink
Merge pull request #999 from qbicsoftware/release/set-version-to-1.10.1
Browse files Browse the repository at this point in the history
Update version to 1.10.1
  • Loading branch information
KochTobi authored Dec 19, 2023
2 parents 3b281dd + 53c3421 commit 86d5f72
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.10.0</version>
<version>1.10.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.10.0</version>
<version>1.10.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.10.0</version>
<version>1.10.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.10.0</version> <!-- <<QUBE_FORCE_BUMP>> -->
<version>1.10.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 86d5f72

Please sign in to comment.