Skip to content

Commit

Permalink
2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krmorse committed Sep 11, 2013
1 parent 60ba8a8 commit 201ebfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Rally Rest Toolkit For Java</name>
<groupId>com.rallydev.rest</groupId>
<artifactId>rally-rest-api</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>

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

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Manifest-Version: "1.2"
Implementation-Vendor: "Rally Software, Inc."
Implementation-Title: "com.rallydev.rest"
Implementation-Version: "2.0.2"
Implementation-Version: "2.0.3"
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"
Specification-Vendor: "Rally Software, Inc."
Name: "com/rallydev/rest/"
Specification-Title: "Rally Rest API for Java"
Specification-Version: "2.0.2"
Specification-Version: "2.0.3"
4 changes: 2 additions & 2 deletions src/main/java/com/rallydev/rest/RallyRestApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ private enum Header {

protected Map<Header, String> headers = new HashMap<Header, String>() {
{
put(Header.Library, "Rally Rest API for Java v2.0.2");
put(Header.Library, "Rally Rest API for Java v2.0.3");
put(Header.Name, "Rally Rest API for Java");
put(Header.Vendor, "Rally Software, Inc.");
put(Header.Version, "2.0.2");
put(Header.Version, "2.0.3");
}
};

Expand Down

0 comments on commit 201ebfa

Please sign in to comment.