File tree Expand file tree Collapse file tree 10 files changed +20
-21
lines changed
ipp-v3-java-devkit-assembly
ipp-v3-java-devkit-shaded-assembly
java/com/intuit/ipp/query/expr Expand file tree Collapse file tree 10 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2323 <groupId >com.intuit.quickbooks-online</groupId >
24- <version >3.0.1 </version >
24+ <version >3.0.2 </version >
2525 </parent >
2626 <artifactId >ipp-java-qbapihelper</artifactId >
27- <version >3.0.1 </version >
27+ <version >3.0.2 </version >
2828 <packaging >jar</packaging >
2929 <name >Quickbooks API Helper for Oauth</name >
3030 <description >Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description >
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 >3.0.1 </version >
7+ <version >3.0.2 </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 >3.0.1 </version >
13+ <version >3.0.2 </version >
1414
1515 <properties >
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.intuit.quickbooks-online</groupId >
1717 <artifactId >ipp-v3-java-devkit-pom</artifactId >
18- <version >3.0.1 </version >
18+ <version >3.0.2 </version >
1919 </parent >
2020
2121 <artifactId >ipp-v3-java-devkit-assembly</artifactId >
2222 <packaging >pom</packaging >
2323 <name >IPP Java Devkit Assembly (${project.version} )</name >
2424 <description >IPP Java V3 DevKit assembly</description >
25- <version >3.0.1 </version >
25+ <version >3.0.2 </version >
2626 <properties >
27- <release .devkit.version>3.0.1 </release .devkit.version>
28- <release .data.version>3.0.1 </release .data.version>
27+ <release .devkit.version>3.0.2 </release .devkit.version>
28+ <release .data.version>3.0.2 </release .data.version>
2929 </properties >
3030 <dependencies >
3131 <!-- Main artifacts -->
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.intuit.quickbooks-online</groupId >
1717 <artifactId >ipp-v3-java-devkit-pom</artifactId >
18- <version >3.0.1 </version >
18+ <version >3.0.2 </version >
1919 </parent >
2020
2121 <artifactId >ipp-v3-java-devkit-shaded-assembly</artifactId >
2222 <packaging >pom</packaging >
2323 <name >IPP Java Devkit Assembly Shaded (${project.version} )</name >
2424 <description >IPP Java V3 DevKit assembly</description >
25- <version >3.0.1 </version >
25+ <version >3.0.2 </version >
2626 <properties >
27- <release .devkit.version>3.0.1 </release .devkit.version>
28- <release .data.version>3.0.1 </release .data.version>
27+ <release .devkit.version>3.0.2 </release .devkit.version>
28+ <release .data.version>3.0.2 </release .data.version>
2929 </properties >
3030 <dependencies >
3131 <!-- Main artifacts -->
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >ipp-v3-java-devkit-pom</artifactId >
88 <groupId >com.intuit.quickbooks-online</groupId >
9- <version >3.0.1 </version >
9+ <version >3.0.2 </version >
1010 </parent >
1111
1212 <artifactId >ipp-v3-java-devkit</artifactId >
13- <version >3.0.1 </version >
13+ <version >3.0.2 </version >
1414 <packaging >jar</packaging >
1515 <name >IPP V3 Java Devkit - Development Project</name >
1616 <description >IPP Java V3 DevKit Project - Core</description >
2525 <dependency >
2626 <groupId >com.intuit.quickbooks-online</groupId >
2727 <artifactId >ipp-v3-java-data</artifactId >
28- <version >3.0.1 </version >
28+ <version >3.0.2 </version >
2929 </dependency >
3030 </dependencies >
3131
Original file line number Diff line number Diff line change 1515 *******************************************************************************/
1616package com .intuit .ipp .query .expr ;
1717
18- import com .intuit .ipp .data .AccountTypeEnum ;
1918import com .intuit .ipp .query .Operation ;
2019import com .intuit .ipp .query .Path ;
2120
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 = 3.0.1
5+ version = 3.0.2
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 = 3.0.1
4+ version = 3.0.2
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 1818 <parent >
1919 <artifactId >ipp-v3-java-devkit-pom</artifactId >
2020 <groupId >com.intuit.quickbooks-online</groupId >
21- <version >3.0.1 </version >
21+ <version >3.0.2 </version >
2222 </parent >
2323 <artifactId >oauth2-platform-api</artifactId >
24- <version >3.0.1 </version >
24+ <version >3.0.2 </version >
2525 <name >Quickbooks API Helper for OAuth2</name >
2626 <description >Quickbooks API Helper Project for OAuth2</description >
2727 <dependencies >
Original file line number Diff line number Diff line change 55
66 <groupId >com.intuit.quickbooks-online</groupId >
77 <artifactId >ipp-v3-java-devkit-pom</artifactId >
8- <version >3.0.1 </version >
8+ <version >3.0.2 </version >
99 <packaging >pom</packaging >
1010 <name >IPP V3 Java DevKit</name >
1111 <url >https://github.com/intuit/QuickBooks-V3-Java-SDK</url >
You can’t perform that action at this time.
0 commit comments