Skip to content

Commit 9c0223a

Browse files
authored
Merge pull request #240 from qbicsoftware/release/set-version-to-1.1.2
Update version to 1.1.2
2 parents 6cf16ae + 7e4f2b3 commit 9c0223a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</modules>
1111
<artifactId>sample-tracking-status-overview</artifactId>
1212
<groupId>life.qbic</groupId>
13-
<version>1.1.1</version> <!-- <<QUBE_FORCE_BUMP>> -->
13+
<version>1.1.2</version> <!-- <<QUBE_FORCE_BUMP>> -->
1414
<name>Sample Tracking Status Overview</name>
1515
<url>https://github.com/qbicsoftware/sample-tracking-status-overview</url>
1616
<description>Gives a visual overview of sample statuses</description>

sample-tracking-status-overview-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>sample-tracking-status-overview</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>1.1.1</version>
8+
<version>1.1.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>sample-tracking-status-overview-domain</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.1.2</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>

sample-tracking-status-overview-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>sample-tracking-status-overview</artifactId>
99
<groupId>life.qbic</groupId>
10-
<version>1.1.1</version>
10+
<version>1.1.2</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

0 commit comments

Comments
 (0)