Skip to content

Commit a93b72a

Browse files
committed
update version
1 parent 844225a commit a93b72a

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>4.0.9</version>
24+
<version>4.1.0</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>4.0.9</version>
27+
<version>4.1.0</version>
2828
<packaging>jar</packaging>
29-
<name>Quickbooks API Helper for Oauth</name>
30-
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>
29+
<name>QuickBooks API Helper for Oauth</name>
30+
<description>QuickBooks API Helper Project for OAuth, Disconnect and Reconnect</description>
3131
<dependencies>
3232
<dependency>
3333
<groupId>org.openid4java</groupId>

ipp-v3-java-data/pom.xml

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

1010
<artifactId>ipp-v3-java-data</artifactId>
11-
<name>IPP V3 Java - Data Project</name>
12-
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>4.0.9</version>
11+
<name>QuickBooks V3 Java - Data Project</name>
12+
<description>QuickBooks Java V3 DevKit Data - Entities generation</description>
13+
<version>4.1.0</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

ipp-v3-java-devkit/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
88
<groupId>com.intuit.quickbooks-online</groupId>
9-
<version>4.0.9</version>
9+
<version>4.1.0</version>
1010
</parent>
1111

1212
<artifactId>ipp-v3-java-devkit</artifactId>
13-
<version>4.0.9</version>
13+
<version>4.1.0</version>
1414
<packaging>jar</packaging>
15-
<name>IPP V3 Java Devkit - Development Project</name>
16-
<description>IPP Java V3 DevKit Project - Core</description>
15+
<name>QuickBooks V3 Java Devkit - Development Project</name>
16+
<description>QuickBooks Java V3 DevKit Project - Core</description>
1717

1818
<properties>
1919
<sonar.langauge>java</sonar.langauge>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.intuit.quickbooks-online</groupId>
2727
<artifactId>ipp-v3-java-data</artifactId>
28-
<version>4.0.9</version>
28+
<version>4.1.0</version>
2929
</dependency>
3030
</dependencies>
3131

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 = 4.0.9
5+
version = 4.1.0
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 = 4.0.9
4+
version = 4.1.0
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2020
<groupId>com.intuit.quickbooks-online</groupId>
21-
<version>4.0.9</version>
21+
<version>4.1.0</version>
2222
</parent>
2323
<artifactId>oauth2-platform-api</artifactId>
24-
<version>4.0.9</version>
25-
<name>Quickbooks API Helper for OAuth2</name>
26-
<description>Quickbooks API Helper Project for OAuth2</description>
24+
<version>4.1.0</version>
25+
<name>QuickBooks API Helper for OAuth2</name>
26+
<description>QuickBooks API Helper Project for OAuth2</description>
2727
<dependencies>
2828
<dependency>
2929
<groupId>commons-lang</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ADDRESS=address
3333
EMAIL=email
3434

3535
#Version
36-
version=4.0.9
36+
version=4.1.0
3737

3838
#MIGRATION SERVICE URL
3939
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
@@ -33,7 +33,7 @@ ADDRESS=address
3333
EMAIL=email
3434

3535
#Version
36-
version=4.0.9
36+
version=4.1.0
3737

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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<groupId>com.intuit.quickbooks-online</groupId>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
8-
<version>4.0.9</version>
8+
<version>4.1.0</version>
99
<packaging>pom</packaging>
10-
<name>IPP V3 Java DevKit</name>
10+
<name>QuickBooks V3 Java DevKit</name>
1111
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
12-
<description>IPP Java V3 DevKit Parent project for development and test projects</description>
12+
<description>QuickBooks Java V3 DevKit Parent project for development and test projects</description>
1313

1414
<modules>
1515
<module>ipp-v3-java-data</module>

0 commit comments

Comments
 (0)