Skip to content

Commit 0b881ef

Browse files
authored
Merge pull request #1004 from qbicsoftware/release/set-version-to-1.10.2
Update version to 1.10.2
2 parents d38372e + 6e34a3f commit 0b881ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

offer-manager-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>offer-manager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>1.10.1</version>
8+
<version>1.10.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>war</packaging>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>life.qbic</groupId>
1818
<artifactId>offer-manager-domain</artifactId>
19-
<version>1.10.1</version>
19+
<version>1.10.2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>

offer-manager-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>offer-manager</artifactId>
99
<groupId>life.qbic</groupId>
10-
<version>1.10.1</version>
10+
<version>1.10.2</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<relativePath/> <!-- lookup parent from repository -->
1515
</parent>
1616
<artifactId>offer-manager</artifactId>
17-
<version>1.10.1</version> <!-- <<QUBE_FORCE_BUMP>> -->
17+
<version>1.10.2</version> <!-- <<QUBE_FORCE_BUMP>> -->
1818
<groupId>life.qbic</groupId>
1919
<name>The new offer manager</name>
2020
<url>https://github.com/qbicsoftware/offer-manager-2-portlet</url>

0 commit comments

Comments
 (0)