Skip to content

Commit 22bc412

Browse files
committed
Removed extra v prefix
1 parent 25f9965 commit 22bc412

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3434
<dependency>
3535
<groupId>com.docusign</groupId>
3636
<artifactId>docusign-esign-java</artifactId>
37-
<version>v2.12.0-RC1</version>
37+
<version>2.12.0-RC1</version>
3838
</dependency>
3939
```
4040

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = 'v2.12.0-RC1'
5+
version = '2.12.0-RC1'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>v2.12.0-RC1</version>
7+
<version>2.12.0-RC1</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://www.docusign.com/developer-center</url>
1010

src/main/java/com/docusign/esign/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public ApiClient() {
126126
mapper.setDateFormat((DateFormat) dateFormat.clone());
127127

128128
// Set default User-Agent.
129-
setUserAgent("Swagger-Codegen/v2.12.0-RC1/java");
129+
setUserAgent("Swagger-Codegen/2.12.0-RC1/java");
130130

131131
// Setup authentications (key: authentication name, value: authentication).
132132
authentications = new HashMap<String, Authentication>();

0 commit comments

Comments
 (0)