put everything back around mvn git-flow stuff

This commit is contained in:
Tim Chamberlain
2024-03-08 13:01:59 -06:00
parent acc7abf5c4
commit 949d9cd088
2 changed files with 24 additions and 24 deletions

46
pom.xml
View File

@ -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>

View File

@ -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>