Skip to content

Commit 2ec049e

Browse files
authored
Set version to 1.0.8 (#41)
1 parent a171f4c commit 2ec049e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

measurement-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>life.qbic</groupId>
88
<artifactId>data-download-server</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.8</version>
1010
</parent>
1111

1212
<groupId>life.qbic.data-download</groupId>
1313
<artifactId>measurement-provider</artifactId>
14-
<version>1.0.6</version>
14+
<version>1.0.8</version>
1515
<packaging>jar</packaging>
1616
<dependencies>
1717
<dependency>

openbis-connector/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>life.qbic</groupId>
99
<artifactId>data-download-server</artifactId>
10-
<version>1.0.6</version>
10+
<version>1.0.8</version>
1111
</parent>
1212

1313
<groupId>life.qbic.data-download</groupId>
1414
<artifactId>openbis-connector</artifactId>
1515
<packaging>jar</packaging>
16-
<version>1.0.6</version>
16+
<version>1.0.8</version>
1717

1818
<dependencyManagement>
1919
<dependencies>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>life.qbic.data-download</groupId>
6868
<artifactId>measurement-provider</artifactId>
69-
<version>1.0.6</version>
69+
<version>1.0.8</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>life.qbic</groupId>
88
<artifactId>data-download-server</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.8</version>
1010
<packaging>pom</packaging>
1111

1212

rest-api/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>life.qbic</groupId>
99
<artifactId>data-download-server</artifactId>
10-
<version>1.0.6</version>
10+
<version>1.0.8</version>
1111
</parent>
1212

1313
<groupId>life.qbic.data-download</groupId>
1414
<artifactId>rest-server</artifactId>
15-
<version>1.0.6</version>
15+
<version>1.0.8</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencyManagement>
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>life.qbic.data-download</groupId>
6767
<artifactId>measurement-provider</artifactId>
68-
<version>1.0.6</version>
68+
<version>1.0.8</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>life.qbic.data-download</groupId>
7272
<artifactId>openbis-connector</artifactId>
73-
<version>1.0.6</version>
73+
<version>1.0.8</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>life.qbic.data-download</groupId>
7777
<artifactId>zip</artifactId>
78-
<version>1.0.6</version>
78+
<version>1.0.8</version>
7979
</dependency>
8080
</dependencies>
8181

zip/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic</groupId>
88
<artifactId>data-download-server</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.8</version>
1010
</parent>
1111

1212
<groupId>life.qbic.data-download</groupId>

0 commit comments

Comments
 (0)