File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Manifest-Version : " 1.2"
22Implementation-Vendor : " Rally Software, Inc."
33Implementation-Title : " com.rallydev.rest"
4- Implementation-Version : " 2.0.2 "
4+ Implementation-Version : " 2.0.3 "
55Class-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"
66Specification-Vendor : " Rally Software, Inc."
77Name : " com/rallydev/rest/"
88Specification-Title : " Rally Rest API for Java"
9- Specification-Version : " 2.0.2 "
9+ Specification-Version : " 2.0.3 "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments