Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ipp-java-qbapihelper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>2.9.4</version>
<version>2.9.5</version>
</parent>
<artifactId>ipp-java-qbapihelper</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
<packaging>jar</packaging>
<name>Quickbooks API Helper for Oauth</name>
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>
Expand Down
12 changes: 6 additions & 6 deletions ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
<name>IPP V3 Java - Data Project</name>
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
<version>2.9.4</version>
<version>2.9.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-commons-lang</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.6</version>
<version>2.2.12</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -78,7 +78,7 @@
</executions>
</plugin> -->
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
<!--
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
Expand Down Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.6.5</version>
<version>1.11.1</version>
</plugin>
</plugins>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions ipp-v3-java-devkit-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</parent>

<artifactId>ipp-v3-java-devkit-assembly</artifactId>
<packaging>pom</packaging>
<name>IPP Java Devkit Assembly (${project.version})</name>
<description>IPP Java V3 DevKit assembly</description>
<version>2.9.4</version>
<version>2.9.5</version>
<properties>
<release.devkit.version>2.9.4</release.devkit.version>
<release.data.version>2.9.4</release.data.version>
<release.devkit.version>2.9.5</release.devkit.version>
<release.data.version>2.9.5</release.data.version>
</properties>
<dependencies>
<!-- Main artifacts -->
Expand Down
8 changes: 4 additions & 4 deletions ipp-v3-java-devkit-shaded-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</parent>

<artifactId>ipp-v3-java-devkit-shaded-assembly</artifactId>
<packaging>pom</packaging>
<name>IPP Java Devkit Assembly Shaded (${project.version})</name>
<description>IPP Java V3 DevKit assembly</description>
<version>2.9.4</version>
<version>2.9.5</version>
<properties>
<release.devkit.version>2.9.4</release.devkit.version>
<release.data.version>2.9.4</release.data.version>
<release.devkit.version>2.9.5</release.devkit.version>
<release.data.version>2.9.5</release.data.version>
</properties>
<dependencies>
<!-- Main artifacts -->
Expand Down
8 changes: 4 additions & 4 deletions ipp-v3-java-devkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>2.9.4</version>
<version>2.9.5</version>
</parent>

<artifactId>ipp-v3-java-devkit</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
<packaging>jar</packaging>
<name>IPP V3 Java Devkit - Development Project</name>
<description>IPP Java V3 DevKit Project - Core</description>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-data</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.6</version>
<version>2.2.12</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
<packaging>pom</packaging>
<name>IPP V3 Java DevKit</name>
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<version>0.6.3</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.7.1</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -134,7 +134,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.7</version>
<version>2.2.11</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.2.11</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down