Skip to content

Commit 301ea21

Browse files
authored
Merge pull request #32 from intuit/develop
merge develop to master
2 parents 0736b6b + d377383 commit 301ea21

File tree

1,084 files changed

+310
-426483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,084 files changed

+310
-426483
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
2222
* Support for Gzip and Deflate compression formats to improve performance of Service calls to QuickBooks Online.
2323
* Retry policy constructors to help apps handle transient errors.
2424
* Logging mechanisms for trace and request/response logging.
25-
* Sync APIs that assist with data synchronization between QuickBooks Desktop (Windows) and Intuit's cloud.
2625
* Query Filters that enable you to write Intuit queries to retrieve QuickBooks Online entities whose properties meet a specified criteria.
2726
* Queries for accessing QuickBooks Reports.
2827
* Sparse Update to update writable properties specified in a request and leave the others unchanged.
@@ -31,9 +30,6 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
3130
## Project Structure
3231
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations
3332
* ipp-v3-java-devkit - core component, contains rest API support
34-
* ipp-v3-java-devkit-assembly - builds final deployment package (zip) which includes everything
35-
* ipp-v3-java-devkit-shaded-assembly - builds lightweight version (some dependencies excluded)
36-
* ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit classes
3733
* ipp-java-qbapihelper - contains Quickbooks API Helper methods for OAuth, Disconnect and Reconnect API
3834
* oauth2-platform-api - contains Quickbooks API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
3935

ipp-java-qbapihelper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>3.0.0</version>
24+
<version>3.0.3</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>3.0.0</version>
27+
<version>3.0.3</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>

ipp-v3-java-data/pom.xml

Lines changed: 2 additions & 2 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>3.0.0</version>
7+
<version>3.0.3</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.0</version>
13+
<version>3.0.3</version>
1414

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

ipp-v3-java-devkit-assembly/pom.xml

Lines changed: 0 additions & 79 deletions
This file was deleted.

ipp-v3-java-devkit-assembly/src/main/assembly/assembly.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

ipp-v3-java-devkit-javadoc/META-INF/MANIFEST.MF

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)