Skip to content

Commit 18c19a7

Browse files
authored
Merge pull request #18 from intuit/SDK-510
SDK-510, 514
2 parents 198d92a + c9fc84a commit 18c19a7

File tree

6 files changed

+29
-24
lines changed

6 files changed

+29
-24
lines changed

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>2.9.4</version>
24+
<version>2.9.5</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>2.9.4</version>
27+
<version>2.9.5</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: 6 additions & 6 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>2.9.4</version>
7+
<version>2.9.5</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>2.9.4</version>
13+
<version>2.9.5</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>org.jvnet.jaxb2_commons</groupId>
2828
<artifactId>jaxb2-commons-lang</artifactId>
29-
<version>2.3</version>
29+
<version>2.4</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.xml.bind</groupId>
3333
<artifactId>jaxb-api</artifactId>
34-
<version>2.2.6</version>
34+
<version>2.2.12</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>junit</groupId>
@@ -78,7 +78,7 @@
7878
</executions>
7979
</plugin> -->
8080
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
81-
<!--
81+
<!--
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-clean-plugin</artifactId>
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.jvnet.jaxb2_commons</groupId>
119119
<artifactId>jaxb2-basics</artifactId>
120-
<version>0.6.5</version>
120+
<version>1.11.1</version>
121121
</plugin>
122122
</plugins>
123123
</configuration>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
<parent>
1616
<groupId>com.intuit.quickbooks-online</groupId>
1717
<artifactId>ipp-v3-java-devkit-pom</artifactId>
18-
<version>2.9.4</version>
18+
<version>2.9.5</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>2.9.4</version>
25+
<version>2.9.5</version>
2626
<properties>
27-
<release.devkit.version>2.9.4</release.devkit.version>
28-
<release.data.version>2.9.4</release.data.version>
27+
<release.devkit.version>2.9.5</release.devkit.version>
28+
<release.data.version>2.9.5</release.data.version>
2929
</properties>
3030
<dependencies>
3131
<!-- Main artifacts -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
<parent>
1616
<groupId>com.intuit.quickbooks-online</groupId>
1717
<artifactId>ipp-v3-java-devkit-pom</artifactId>
18-
<version>2.9.4</version>
18+
<version>2.9.5</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>2.9.4</version>
25+
<version>2.9.5</version>
2626
<properties>
27-
<release.devkit.version>2.9.4</release.devkit.version>
28-
<release.data.version>2.9.4</release.data.version>
27+
<release.devkit.version>2.9.5</release.devkit.version>
28+
<release.data.version>2.9.5</release.data.version>
2929
</properties>
3030
<dependencies>
3131
<!-- Main artifacts -->

ipp-v3-java-devkit/pom.xml

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

1212
<artifactId>ipp-v3-java-devkit</artifactId>
13-
<version>2.9.4</version>
13+
<version>2.9.5</version>
1414
<packaging>jar</packaging>
1515
<name>IPP V3 Java Devkit - Development Project</name>
1616
<description>IPP Java V3 DevKit Project - Core</description>
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.intuit.quickbooks-online</groupId>
2727
<artifactId>ipp-v3-java-data</artifactId>
28-
<version>2.9.4</version>
28+
<version>2.9.5</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>javax.xml.bind</groupId>
3232
<artifactId>jaxb-api</artifactId>
33-
<version>2.2.6</version>
33+
<version>2.2.12</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.testng</groupId>

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.intuit.quickbooks-online</groupId>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
8-
<version>2.9.4</version>
8+
<version>2.9.5</version>
99
<packaging>pom</packaging>
1010
<name>IPP V3 Java DevKit</name>
1111
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.jvnet.jaxb2_commons</groupId>
3131
<artifactId>jaxb2-basics-runtime</artifactId>
32-
<version>0.6.3</version>
32+
<version>1.11.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.slf4j</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.code.gson</groupId>
9595
<artifactId>gson</artifactId>
96-
<version>1.7.1</version>
96+
<version>2.8.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.apache.maven.plugins</groupId>
@@ -134,7 +134,12 @@
134134
<dependency>
135135
<groupId>com.sun.xml.bind</groupId>
136136
<artifactId>jaxb-impl</artifactId>
137-
<version>2.2.7</version>
137+
<version>2.2.11</version>
138+
</dependency>
139+
<dependency>
140+
<groupId>com.sun.xml.bind</groupId>
141+
<artifactId>jaxb-core</artifactId>
142+
<version>2.2.11</version>
138143
</dependency>
139144
<dependency>
140145
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)