Skip to content

Commit 22839de

Browse files
committed
change group id name
1 parent e1fb2c3 commit 22839de

File tree

7 files changed

+38
-18
lines changed

7 files changed

+38
-18
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>com.intuit.code.devkit.v3</groupId>
5+
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
77
<version>2.9.0</version>
88
</parent>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1414
<modelVersion>4.0.0</modelVersion>
1515
<parent>
16-
<groupId>com.intuit.code.devkit.v3</groupId>
16+
<groupId>com.intuit.quickbooks-online</groupId>
1717
<artifactId>ipp-v3-java-devkit-pom</artifactId>
1818
<version>2.9.0</version>
1919
</parent>
@@ -30,17 +30,17 @@
3030
<dependencies>
3131
<!-- Main artifacts -->
3232
<dependency>
33-
<groupId>com.intuit.code.devkit.v3</groupId>
33+
<groupId>com.intuit.quickbooks-online</groupId>
3434
<artifactId>ipp-v3-java-data</artifactId>
3535
<version>${release.data.version}</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>com.intuit.code.devkit.v3</groupId>
38+
<groupId>com.intuit.quickbooks-online</groupId>
3939
<artifactId>ipp-v3-java-devkit</artifactId>
4040
<version>${release.devkit.version}</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>com.intuit.code.devkit.v3</groupId>
43+
<groupId>com.intuit.quickbooks-online</groupId>
4444
<artifactId>ipp-v3-java-devkit</artifactId>
4545
<version>${release.devkit.version}</version>
4646
<classifier>jar-with-dependencies</classifier>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<useTransitiveDependencies>false</useTransitiveDependencies>
1212
<outputDirectory></outputDirectory>
1313
<includes>
14-
<include>com.intuit.code.devkit.v3:ipp-v3-java-data:jar</include>
15-
<include>com.intuit.code.devkit.v3:ipp-v3-java-data:jar:javadoc</include>
16-
<include>com.intuit.code.devkit.v3:ipp-v3-java-devkit:jar</include>
17-
<include>com.intuit.code.devkit.v3:ipp-v3-java-devkit:jar:javadoc</include>
18-
<include>com.intuit.code.devkit.v3:ipp-v3-java-devkit:jar:jar-with-dependencies</include>
14+
<include>com.intuit.quickbooks-online:ipp-v3-java-data:jar</include>
15+
<include>com.intuit.quickbooks-online:ipp-v3-java-data:jar:javadoc</include>
16+
<include>com.intuit.quickbooks-online:ipp-v3-java-devkit:jar</include>
17+
<include>com.intuit.quickbooks-online:ipp-v3-java-devkit:jar:javadoc</include>
18+
<include>com.intuit.quickbooks-online:ipp-v3-java-devkit:jar:jar-with-dependencies</include>
1919
</includes>
2020
</dependencySet>
2121
</dependencySets>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1414
<modelVersion>4.0.0</modelVersion>
1515
<parent>
16-
<groupId>com.intuit.code.devkit.v3</groupId>
16+
<groupId>com.intuit.quickbooks-online</groupId>
1717
<artifactId>ipp-v3-java-devkit-pom</artifactId>
1818
<version>2.9.0</version>
1919
</parent>
@@ -30,7 +30,7 @@
3030
<dependencies>
3131
<!-- Main artifacts -->
3232
<dependency>
33-
<groupId>com.intuit.code.devkit.v3</groupId>
33+
<groupId>com.intuit.quickbooks-online</groupId>
3434
<artifactId>ipp-v3-java-devkit</artifactId>
3535
<version>${release.devkit.version}</version>
3636
<classifier>shaded</classifier>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<useTransitiveDependencies>false</useTransitiveDependencies>
1212
<outputDirectory></outputDirectory>
1313
<includes>
14-
<include>com.intuit.code.devkit.v3:ipp-v3-java-devkit:jar:shaded</include>
14+
<include>com.intuit.quickbooks-online:ipp-v3-java-devkit:jar:shaded</include>
1515
</includes>
1616
</dependencySet>
1717
</dependencySets>

ipp-v3-java-devkit/pom.xml

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

66
<parent>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
8-
<groupId>com.intuit.code.devkit.v3</groupId>
8+
<groupId>com.intuit.quickbooks-online</groupId>
99
<version>2.9.0</version>
1010
</parent>
1111

@@ -23,7 +23,7 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>com.intuit.code.devkit.v3</groupId>
26+
<groupId>com.intuit.quickbooks-online</groupId>
2727
<artifactId>ipp-v3-java-data</artifactId>
2828
<version>2.9.0</version>
2929
</dependency>

pom.xml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.intuit.code.devkit.v3</groupId>
6+
<groupId>com.intuit.quickbooks-online</groupId>
77
<artifactId>ipp-v3-java-devkit-pom</artifactId>
88
<version>2.9.0</version>
99
<packaging>pom</packaging>
1010
<name>IPP V3 Java DevKit</name>
11+
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
1112
<description>IPP Java V3 DevKit Parent project for development and test projects</description>
1213

1314
<modules>
1415
<module>ipp-v3-java-data</module>
1516
<module>ipp-v3-java-devkit</module>
16-
<module>ipp-v3-java-devkit-assembly</module>
17-
<module>ipp-v3-java-devkit-shaded-assembly</module>
1817
</modules>
1918
<repositories>
2019
<repository>
@@ -215,4 +214,25 @@
215214
</build>
216215
</profile>
217216
</profiles>
217+
218+
<developers>
219+
<developer>
220+
<id>IntuitDeveloper</id>
221+
<name>IntuitDeveloper</name>
222+
<email>IntuitDeveloperRelations&lt;at&gt;intuit.com</email>
223+
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
224+
</developer>
225+
</developers>
226+
<licenses>
227+
<license>
228+
<name>Apache</name>
229+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
230+
<distribution>repo</distribution>
231+
</license>
232+
</licenses>
233+
<scm>
234+
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
235+
<connection>scm:git:git://github.com/intuit/QuickBooks-V3-Java-SDK.git</connection>
236+
<developerConnection>scm:git:git@github.com:intuit/QuickBooks-V3-Java-SDK.git</developerConnection>
237+
</scm>
218238
</project>

0 commit comments

Comments
 (0)