parent
db5dc24fdb
commit
86029a3487
|
@ -9,7 +9,8 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cglib</artifactId>
|
||||
<artifactId>libraries</artifactId>
|
||||
<name>libraries</name>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
7
pom.xml
7
pom.xml
|
@ -8,7 +8,6 @@
|
|||
<name>parent-modules</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<gib.referenceBranch>refs/heads/master</gib.referenceBranch>
|
||||
|
@ -28,7 +27,6 @@
|
|||
<module>autovalue</module>
|
||||
|
||||
<module>cdi</module>
|
||||
<module>cglib</module>
|
||||
<!-- <module>core-java-9</module> -->
|
||||
<module>core-java</module>
|
||||
<module>couchbase-sdk</module>
|
||||
|
@ -76,6 +74,7 @@
|
|||
|
||||
<module>kotlin</module>
|
||||
|
||||
<module>libraries</module>
|
||||
<module>log-mdc</module>
|
||||
<module>log4j</module>
|
||||
<module>log4j2</module>
|
||||
|
@ -206,11 +205,11 @@
|
|||
|
||||
<build>
|
||||
<extensions>
|
||||
<extension>
|
||||
<!--<extension>
|
||||
<groupId>com.vackosar.gitflowincrementalbuilder</groupId>
|
||||
<artifactId>gitflow-incremental-builder</artifactId>
|
||||
<version>3.1</version>
|
||||
</extension>
|
||||
</extension>-->
|
||||
</extensions>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue