Skip to content

Commit 137cee7

Browse files
committed
update version
1 parent 928e1e8 commit 137cee7

File tree

12 files changed

+14
-18
lines changed

12 files changed

+14
-18
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>5.0.4</version>
24+
<version>5.0.5</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>5.0.4</version>
2827
<packaging>jar</packaging>
2928
<name>Quickbooks API Helper for Oauth</name>
3029
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>

ipp-v3-java-data/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>5.0.4</version>
7+
<version>5.0.5</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
1111
<name>IPP V3 Java - Data Project</name>
1212
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>5.0.4</version>
1413

1514
<properties>
1615
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

ipp-v3-java-devkit/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<parent>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
88
<groupId>com.intuit.quickbooks-online</groupId>
9-
<version>5.0.4</version>
9+
<version>5.0.5</version>
1010
</parent>
1111

1212
<artifactId>ipp-v3-java-devkit</artifactId>
13-
<version>5.0.4</version>
1413
<packaging>jar</packaging>
1514
<name>IPP V3 Java Devkit - Development Project</name>
1615
<description>IPP Java V3 DevKit Project - Core</description>
@@ -25,7 +24,7 @@
2524
<dependency>
2625
<groupId>com.intuit.quickbooks-online</groupId>
2726
<artifactId>ipp-v3-java-data</artifactId>
28-
<version>5.0.4</version>
27+
<version>5.0.5</version>
2928
</dependency>
3029
<dependency>
3130
<groupId>cglib</groupId>

ipp-v3-java-devkit/src/main/resources/ippdevkit.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Devkit Version
44
# This version has to be updated according to the pom version
5-
version = 5.0.4
5+
version = 5.0.5
66

77
# This is to have the request source to be sent to IDS request header
88
request.source = V3JavaSDK

ipp-v3-java-devkit/src/test/resources/ippdevkit.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### IPP Dev Kit helper properties
22

33
## Devkit version
4-
version = 5.0.4
4+
version = 5.0.5
55

66
# This is to have the request source to be sent to IDS request header
77
request.source = V3JavaSDK

oauth2-platform-api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
<parent>
1919
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2020
<groupId>com.intuit.quickbooks-online</groupId>
21-
<version>5.0.4</version>
21+
<version>5.0.5</version>
2222
</parent>
2323
<artifactId>oauth2-platform-api</artifactId>
24-
<version>5.0.4</version>
2524
<name>Quickbooks API Helper for OAuth2</name>
2625
<description>Quickbooks API Helper Project for OAuth2</description>
2726
<dependencies>
@@ -48,7 +47,7 @@
4847
<dependency>
4948
<groupId>com.fasterxml.jackson.core</groupId>
5049
<artifactId>jackson-databind</artifactId>
51-
<version>2.9.8</version>
50+
<version>2.9.9</version>
5251
</dependency>
5352
<dependency>
5453
<groupId>commons-codec</groupId>

oauth2-platform-api/src/main/resources/oauthclient.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EMAIL=email
3434
INTUIT_NAME=intuit_name
3535

3636
#Version
37-
version=5.0.4
37+
version=5.0.5
3838

3939
#MIGRATION SERVICE URL
4040
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate

oauth2-platform-api/src/test/resources/oauthclient.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EMAIL=email
3434
INTUIT_NAME=intuit_name
3535

3636
#Version
37-
version=5.0.4
37+
version=5.0.5
3838

3939
#MIGRATION SERVICE URL
4040
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate

payments-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2020
<groupId>com.intuit.quickbooks-online</groupId>
21-
<version>5.0.4</version>
21+
<version>5.0.5</version>
2222
</parent>
2323
<artifactId>payments-api</artifactId>
2424
<name>Payments API SDK</name>

payments-api/src/main/resources/payment.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
1818
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/
1919

2020
#Version
21-
version=5.0.4
21+
version=5.0.5
2222

2323
#TLS Version
2424
TLS_VERSION=TLSv1.2

0 commit comments

Comments
 (0)