<groupId>org.apache.freemarker.docgen</groupId>
<artifactId>freemarker-docgen</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache FreeMarker Docgen</name>
<connection>scm:git:https://gitbox.apache.org/repos/asf/freemarker-docgen.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/freemarker-docgen.git</developerConnection>
<url>https://github.com/apache/freemarker-docgen/tree/${project.scm.tag}</url>
- <tag>freemarker-docgen-0.0.1</tag>
+ <tag />
</scm>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- This is updated by the release plugin. This is for Reproducible Builds. -->
- <project.build.outputTimestamp>2020-07-19T21:31:35Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2020-07-19T21:32:41Z</project.build.outputTimestamp>
</properties>
<modules>
<plugins>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <!-- Note that org.apache:apache already configures this plugin, so we just override settings. -->
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <localCheckout>true</localCheckout>
+ <pushChanges>false</pushChanges>
+ </configuration>
+ </plugin>
+ <plugin>
+ <!-- This will make the build fail if there are Rat violations, so we can't overlook that. -->
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<executions>