Skip to content

Commit

Permalink
Merge pull request #194 from intuit/NovRelease
Browse files Browse the repository at this point in the history
November release. Project version update.
  • Loading branch information
sujitharamadass authored Nov 9, 2022
2 parents a488c8d + a50aa5c commit 0486ee9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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.2.2</version>
<version>6.2.3</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.2.2</version>
<version>6.2.3</version>
</parent>
<artifactId>ipp-v3-java-devkit</artifactId>
<packaging>jar</packaging>
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.2.2
version = 6.2.3

# 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.2.2
version = 6.2.3

# 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 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.2.2</version>
<version>6.2.3</version>
</parent>
<artifactId>oauth2-platform-api</artifactId>
<name>Quickbooks API Helper for OAuth2</name>
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.2.2
version = 6.2.3

#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.2.2
version = 6.2.3

#MIGRATION SERVICE URL
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2</version>
<version>6.2.3</version>
</parent>
<artifactId>payments-api</artifactId>
<name>Payments API SDK</name>
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.2.2
version = 6.2.3

#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.2.2
version = 6.2.3

#TLS Version
TLS_VERSION=TLSv1.2
2 changes: 1 addition & 1 deletion 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.2.2</version>
<version>6.2.3</version>
<packaging>pom</packaging>
<name>IPP V3 Java DevKit</name>
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
Expand Down

0 comments on commit 0486ee9

Please sign in to comment.