Skip to content

Commit 3af477a

Browse files
committed
release preparation
1 parent 48c075d commit 3af477a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
<artifactId>maven-resources-plugin</artifactId>
112112
<version>3.0.2</version>
113113
</plugin>
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-release-plugin</artifactId>
117+
<version>2.5.3</version>
118+
</plugin>
114119
</plugins>
115120
</pluginManagement>
116121
<plugins>
@@ -206,6 +211,10 @@
206211
</execution>
207212
</executions>
208213
</plugin>
214+
<plugin>
215+
<groupId>org.apache.maven.plugins</groupId>
216+
<artifactId>maven-release-plugin</artifactId>
217+
</plugin>
209218
</plugins>
210219
</build>
211220
<dependencies>

0 commit comments

Comments
 (0)