Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
diana-derose committed Mar 3, 2020
1 parent 53e90c2 commit e3ea118
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.6</version>
<version>2.9.10</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions ipp-v3-java-devkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.0.3</version>
<version>6.0.4</version>
</parent>

<artifactId>ipp-v3-java-devkit</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-data</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.9.6</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/src/main/resources/ippdevkit.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Devkit Version
# This version has to be updated according to the pom version
version = 6.0.3
version = 6.0.4

# This is to have the request source to be sent to IDS request header
request.source = V3JavaSDK
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/src/test/resources/ippdevkit.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### IPP Dev Kit helper properties

## Devkit version
version = 6.0.3
version = 6.0.4

# This is to have the request source to be sent to IDS request header
request.source = V3JavaSDK
Expand Down
4 changes: 2 additions & 2 deletions oauth2-platform-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.0.3</version>
<version>6.0.4</version>
</parent>
<artifactId>oauth2-platform-api</artifactId>
<name>Quickbooks API Helper for OAuth2</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EMAIL=email
INTUIT_NAME=intuit_name

#Version
version=6.0.3
version=6.0.4

#MIGRATION SERVICE URL
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EMAIL=email
INTUIT_NAME=intuit_name

#Version
version=6.0.3
version=6.0.4

#MIGRATION SERVICE URL
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Expand Down
4 changes: 2 additions & 2 deletions payments-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.0.3</version>
<version>6.0.4</version>
</parent>
<artifactId>payments-api</artifactId>
<name>Payments API SDK</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.9.6</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion payments-api/src/main/resources/payment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/

#Version
version=6.0.3
version=6.0.4

#TLS Version
TLS_VERSION=TLSv1.2
2 changes: 1 addition & 1 deletion payments-api/src/test/resources/payment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/

#Version
version=6.0.3
version=6.0.4

#TLS Version
TLS_VERSION=TLSv1.2
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
<packaging>pom</packaging>
<name>IPP V3 Java DevKit</name>
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
Expand All @@ -20,7 +20,7 @@
<repositories>
<repository>
<id>central</id>
<url>http://repo.maven.apache.org/maven2/</url>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
<properties>
Expand Down

0 comments on commit e3ea118

Please sign in to comment.