mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-07 13:38:23 +00:00
Update version to 9.0-SNAPSHOT, api version to 9
This commit is contained in:
parent
bb82f1e10c
commit
d662909719
2 changed files with 3 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<!-- Project informations -->
|
||||
<groupId>org.rundeck</groupId>
|
||||
<artifactId>rundeck-api-java-client</artifactId>
|
||||
<version>8.1-SNAPSHOT</version>
|
||||
<version>9.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>RunDeck API - Java Client</name>
|
||||
<description>Java client for the RunDeck REST API</description>
|
||||
|
|
|
@ -100,6 +100,7 @@ public class RundeckClient implements Serializable {
|
|||
V6(6),
|
||||
V7(7),
|
||||
V8(8),
|
||||
V9(9),
|
||||
;
|
||||
|
||||
private int versionNumber;
|
||||
|
@ -113,7 +114,7 @@ public class RundeckClient implements Serializable {
|
|||
}
|
||||
}
|
||||
/** Version of the API supported */
|
||||
public static final transient int API_VERSION = Version.V8.getVersionNumber();
|
||||
public static final transient int API_VERSION = Version.V9.getVersionNumber();
|
||||
|
||||
private static final String API = "/api/";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue