Skip to content

Commit 6e5e8f5

Browse files
committed
prepare release 0.1.0.beta.1.10
1 parent 0253941 commit 6e5e8f5

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

JobProxyChronos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>JobProxy</artifactId>
77
<groupId>de.unibi.cebitec.bibiserv</groupId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

JobProxyDRMAA/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.unibi.cebitec.bibiserv</groupId>
66
<artifactId>JobProxy</artifactId>
7-
<version>0.1.0.beta.1.9</version>
7+
<version>0.1.0.beta.1.10</version>
88
</parent>
99
<artifactId>JobProxyDRMAA</artifactId>
1010
<dependencies>

JobProxyKubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>JobProxy</artifactId>
77
<groupId>de.unibi.cebitec.bibiserv</groupId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

JobProxyLocal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>JobProxy</artifactId>
77
<groupId>de.unibi.cebitec.bibiserv</groupId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>JobProxyLocal</artifactId>

JobProxyModel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>JobProxy</artifactId>
77
<groupId>de.unibi.cebitec.bibiserv</groupId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>JobProxyModel</artifactId>

JobProxyServer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.unibi.cebitec.bibiserv</groupId>
77
<artifactId>JobProxy</artifactId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

JobProxyServerCLI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>JobProxy</artifactId>
77
<groupId>de.unibi.cebitec.bibiserv</groupId>
8-
<version>0.1.0.beta.1.9</version>
8+
<version>0.1.0.beta.1.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

doc/REST/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JobProxy REST API for running task independent of the framework
77

88

99
### Version information
10-
*Version* : 0.1.0.beta.1.9
10+
*Version* : 0.1.0.beta.1.10
1111

1212

1313
### License information

doc/REST/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
swagger: "2.0"
33
info:
44
description: "JobProxy REST API for running task independent of the framework"
5-
version: "0.1.0.beta.1.9"
5+
version: "0.1.0.beta.1.10"
66
title: "JobProxy"
77
termsOfService: "https://github.com/BiBiServ/jobproxy"
88
license:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.unibi.cebitec.bibiserv</groupId>
55
<artifactId>JobProxy</artifactId>
6-
<version>0.1.0.beta.1.9</version>
6+
<version>0.1.0.beta.1.10</version>
77
<packaging>pom</packaging>
88

99
<repositories>

0 commit comments

Comments
 (0)