We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83677c commit 416f6f1Copy full SHA for 416f6f1
pom.xml
@@ -58,6 +58,20 @@
58
<scope>test</scope>
59
</dependency>
60
</dependencies>
61
+ <build>
62
+ <plugins>
63
+ <plugin>
64
+ <groupId>org.apache.maven.plugins</groupId>
65
+ <artifactId>maven-release-plugin</artifactId>
66
+ <version>3.1.1</version>
67
+ <configuration>
68
+ <releaseProfiles>release</releaseProfiles>
69
+ <autoVersionSubmodules>true</autoVersionSubmodules>
70
+ <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
71
+ </configuration>
72
+ </plugin>
73
+ </plugins>
74
+ </build>
75
<profiles>
76
<profile>
77
<id>release</id>
0 commit comments