Skip to content

Commit 201ebfa

Browse files
committed
2.0.3 release
1 parent 60ba8a8 commit 201ebfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Rally Rest Toolkit For Java</name>
1111
<groupId>com.rallydev.rest</groupId>
1212
<artifactId>rally-rest-api</artifactId>
13-
<version>2.0.3-SNAPSHOT</version>
13+
<version>2.0.3</version>
1414

1515
<description>A java toolkit for interacting with the Rally Rest API</description>
1616

src/main/java/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: "1.2"
22
Implementation-Vendor: "Rally Software, Inc."
33
Implementation-Title: "com.rallydev.rest"
4-
Implementation-Version: "2.0.2"
4+
Implementation-Version: "2.0.3"
55
Class-Path: "httpcore-4.2.4.jar httpclient-4.2.5.jar commons-logging-1.1.1.jar commons-codec-1.6.jar gson-2.2.4.jar"
66
Specification-Vendor: "Rally Software, Inc."
77
Name: "com/rallydev/rest/"
88
Specification-Title: "Rally Rest API for Java"
9-
Specification-Version: "2.0.2"
9+
Specification-Version: "2.0.3"

src/main/java/com/rallydev/rest/RallyRestApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ private enum Header {
7575

7676
protected Map<Header, String> headers = new HashMap<Header, String>() {
7777
{
78-
put(Header.Library, "Rally Rest API for Java v2.0.2");
78+
put(Header.Library, "Rally Rest API for Java v2.0.3");
7979
put(Header.Name, "Rally Rest API for Java");
8080
put(Header.Vendor, "Rally Software, Inc.");
81-
put(Header.Version, "2.0.2");
81+
put(Header.Version, "2.0.3");
8282
}
8383
};
8484

0 commit comments

Comments
 (0)