Skip to content

Commit

Permalink
Set version to 1.8.2 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQ5 authored May 4, 2023
1 parent b4fec90 commit 230aeca
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.8.1</version>
<version>1.8.2</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.8.1</version>
<version>1.8.2</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.8.1</version>
<version>1.8.2</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.8.1</version> <!-- <<QUBE_FORCE_BUMP>> -->
<version>1.8.2</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 230aeca

Please sign in to comment.