File tree Expand file tree Collapse file tree 11 files changed +15
-14
lines changed Expand file tree Collapse file tree 11 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.intuit.quickbooks-online</groupId >
66 <artifactId >ipp-v3-java-devkit-pom</artifactId >
7- <version >6.0.5 </version >
7+ <version >6.0.6 </version >
88 </parent >
99
1010 <artifactId >ipp-v3-java-data</artifactId >
1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <javadocExecutable >${java.home}/../ bin/javadoc</javadocExecutable >
16+ <javadocExecutable >${java.home}/bin/javadoc</javadocExecutable >
1717 </properties >
1818
1919 <dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >ipp-v3-java-devkit-pom</artifactId >
66 <groupId >com.intuit.quickbooks-online</groupId >
7- <version >6.0.5 </version >
7+ <version >6.0.6 </version >
88 </parent >
99
1010 <artifactId >ipp-v3-java-devkit</artifactId >
1515 <properties >
1616 <sonar .langauge>java</sonar .langauge>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18- <javadocExecutable >${java.home}/../ bin/javadoc</javadocExecutable >
18+ <javadocExecutable >${java.home}/bin/javadoc</javadocExecutable >
1919 </properties >
2020
2121 <dependencies >
Original file line number Diff line number Diff line change 22
33# # Devkit Version
44# This version has to be updated according to the pom version
5- version = 6.0.5
5+ version = 6.0.6
66
77# This is to have the request source to be sent to IDS request header
88request.source = V3JavaSDK
Original file line number Diff line number Diff line change 11# ## IPP Dev Kit helper properties
22
33# # Devkit version
4- version = 6.0.5
4+ version = 6.0.6
55
66# This is to have the request source to be sent to IDS request header
77request.source = V3JavaSDK
Original file line number Diff line number Diff line change 2020 <parent >
2121 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2222 <groupId >com.intuit.quickbooks-online</groupId >
23- <version >6.0.5 </version >
23+ <version >6.0.6 </version >
2424 </parent >
2525 <artifactId >oauth2-platform-api</artifactId >
2626 <name >Quickbooks API Helper for OAuth2</name >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ EMAIL=email
3434INTUIT_NAME =intuit_name
3535
3636# Version
37- version =6.0.5
37+ version =6.0.6
3838
3939# MIGRATION SERVICE URL
4040OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ EMAIL=email
3434INTUIT_NAME =intuit_name
3535
3636# Version
37- version =6.0.5
37+ version =6.0.6
3838
3939# MIGRATION SERVICE URL
4040OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2121 <groupId >com.intuit.quickbooks-online</groupId >
22- <version >6.0.5 </version >
22+ <version >6.0.6 </version >
2323 </parent >
2424 <artifactId >payments-api</artifactId >
2525 <name >Payments API SDK</name >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818PAYMENTS_BASE_URL_SANDBOX =https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919
2020# Version
21- version =6.0.5
21+ version =6.0.6
2222
2323# TLS Version
2424TLS_VERSION =TLSv1.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818PAYMENTS_BASE_URL_SANDBOX =https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919
2020# Version
21- version =6.0.5
21+ version =6.0.6
2222
2323# TLS Version
2424TLS_VERSION =TLSv1.2
You can’t perform that action at this time.
0 commit comments