Skip to content

Commit

Permalink
prepare release 0.1.0.beta.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Mar 23, 2017
1 parent 0253941 commit 6e5e8f5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion JobProxyChronos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JobProxy</artifactId>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion JobProxyDRMAA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<artifactId>JobProxy</artifactId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<artifactId>JobProxyDRMAA</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion JobProxyKubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JobProxy</artifactId>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion JobProxyLocal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JobProxy</artifactId>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>JobProxyLocal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion JobProxyModel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JobProxy</artifactId>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>JobProxyModel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion JobProxyServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<artifactId>JobProxy</artifactId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion JobProxyServerCLI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>JobProxy</artifactId>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion doc/REST/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JobProxy REST API for running task independent of the framework


### Version information
*Version* : 0.1.0.beta.1.9
*Version* : 0.1.0.beta.1.10


### License information
Expand Down
2 changes: 1 addition & 1 deletion doc/REST/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "JobProxy REST API for running task independent of the framework"
version: "0.1.0.beta.1.9"
version: "0.1.0.beta.1.10"
title: "JobProxy"
termsOfService: "https://github.com/BiBiServ/jobproxy"
license:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.unibi.cebitec.bibiserv</groupId>
<artifactId>JobProxy</artifactId>
<version>0.1.0.beta.1.9</version>
<version>0.1.0.beta.1.10</version>
<packaging>pom</packaging>

<repositories>
Expand Down

0 comments on commit 6e5e8f5

Please sign in to comment.