Skip to content

Commit a14582d

Browse files
Revert "Update the Maven release plugin for compatibility with Maven 3.3"
This reverts commit 4a90ef6.
1 parent 4a90ef6 commit a14582d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,11 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-release-plugin</artifactId>
216-
<version>2.5.6</version>
216+
<version>2.2.1</version>
217+
<configuration>
218+
<!-- Only here for the Spock SNAPSHOT dependency since it has not been fully released -->
219+
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
220+
</configuration>
217221
</plugin>
218222
<plugin>
219223
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)