Skip to content

Commit 3392124

Browse files
committed
groupId in child modules is optional. Mind = blown.
1 parent 4b23872 commit 3392124

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

library/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<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">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.viewpagerindicator</groupId>
76
<artifactId>library</artifactId>
87
<name>Android-ViewPagerIndicator</name>
98
<packaging>apklib</packaging>

sample/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<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">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.viewpagerindicator</groupId>
76
<artifactId>sample</artifactId>
87
<name>Android-ViewPagerIndicator Sample</name>
98
<packaging>apk</packaging>

0 commit comments

Comments
 (0)