File tree Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >ipp-v3-java-devkit-pom</artifactId >
23
23
<groupId >com.intuit.quickbooks-online</groupId >
24
- <version >4.0.9 </version >
24
+ <version >4.1.0 </version >
25
25
</parent >
26
26
<artifactId >ipp-java-qbapihelper</artifactId >
27
- <version >4.0.9 </version >
27
+ <version >4.1.0 </version >
28
28
<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 >
31
31
<dependencies >
32
32
<dependency >
33
33
<groupId >org.openid4java</groupId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.intuit.quickbooks-online</groupId >
6
6
<artifactId >ipp-v3-java-devkit-pom</artifactId >
7
- <version >4.0.9 </version >
7
+ <version >4.1.0 </version >
8
8
</parent >
9
9
10
10
<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 >
14
14
15
15
<properties >
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >ipp-v3-java-devkit-pom</artifactId >
8
8
<groupId >com.intuit.quickbooks-online</groupId >
9
- <version >4.0.9 </version >
9
+ <version >4.1.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >ipp-v3-java-devkit</artifactId >
13
- <version >4.0.9 </version >
13
+ <version >4.1.0 </version >
14
14
<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 >
17
17
18
18
<properties >
19
19
<sonar .langauge>java</sonar .langauge>
25
25
<dependency >
26
26
<groupId >com.intuit.quickbooks-online</groupId >
27
27
<artifactId >ipp-v3-java-data</artifactId >
28
- <version >4.0.9 </version >
28
+ <version >4.1.0 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
Original file line number Diff line number Diff line change 2
2
3
3
# # Devkit Version
4
4
# This version has to be updated according to the pom version
5
- version = 4.0.9
5
+ version = 4.1.0
6
6
7
7
# This is to have the request source to be sent to IDS request header
8
8
request.source = V3JavaSDK
Original file line number Diff line number Diff line change 1
1
# ## IPP Dev Kit helper properties
2
2
3
3
# # Devkit version
4
- version = 4.0.9
4
+ version = 4.1.0
5
5
6
6
# This is to have the request source to be sent to IDS request header
7
7
request.source = V3JavaSDK
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >ipp-v3-java-devkit-pom</artifactId >
20
20
<groupId >com.intuit.quickbooks-online</groupId >
21
- <version >4.0.9 </version >
21
+ <version >4.1.0 </version >
22
22
</parent >
23
23
<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 >
27
27
<dependencies >
28
28
<dependency >
29
29
<groupId >commons-lang</groupId >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ADDRESS=address
33
33
EMAIL =email
34
34
35
35
# Version
36
- version =4.0.9
36
+ version =4.1.0
37
37
38
38
# MIGRATION SERVICE URL
39
39
OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ADDRESS=address
33
33
EMAIL =email
34
34
35
35
# Version
36
- version =4.0.9
36
+ version =4.1.0
37
37
38
38
# MIGRATION SERVICE URL
39
39
OAUTH_MIGRATION_URL_PRODUCTION =https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.intuit.quickbooks-online</groupId >
7
7
<artifactId >ipp-v3-java-devkit-pom</artifactId >
8
- <version >4.0.9 </version >
8
+ <version >4.1.0 </version >
9
9
<packaging >pom</packaging >
10
- <name >IPP V3 Java DevKit</name >
10
+ <name >QuickBooks V3 Java DevKit</name >
11
11
<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 >
13
13
14
14
<modules >
15
15
<module >ipp-v3-java-data</module >
You can’t perform that action at this time.
0 commit comments