mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
put everything back around mvn git-flow stuff
This commit is contained in:
46
pom.xml
46
pom.xml
@ -202,7 +202,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.amashchenko.maven.plugin</groupId>
|
<groupId>com.amashchenko.maven.plugin</groupId>
|
||||||
<artifactId>gitflow-maven-plugin</artifactId>
|
<artifactId>gitflow-maven-plugin</artifactId>
|
||||||
<version>1.21.0</version>
|
<version>1.18.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<gitFlowConfig>
|
<gitFlowConfig>
|
||||||
<productionBranch>main</productionBranch>
|
<productionBranch>main</productionBranch>
|
||||||
@ -330,28 +330,28 @@ fi
|
|||||||
|
|
||||||
<!-- mvn javadoc:aggregate -->
|
<!-- mvn javadoc:aggregate -->
|
||||||
<reporting>
|
<reporting>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.6.2</version>
|
<version>3.6.2</version>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<id>aggregate</id>
|
<id>aggregate</id>
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
<reports>
|
<reports>
|
||||||
<report>aggregate</report>
|
<report>aggregate</report>
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<id>default</id>
|
<id>default</id>
|
||||||
<reports>
|
<reports>
|
||||||
<report>javadoc</report>
|
<report>javadoc</report>
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kingsrook.qqq</groupId>
|
<groupId>com.kingsrook.qqq</groupId>
|
||||||
<artifactId>qqq-frontend-material-dashboard</artifactId>
|
<artifactId>qqq-frontend-material-dashboard</artifactId>
|
||||||
<version>0.20.0-20240305.204725-27</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
|
Reference in New Issue
Block a user