Skip to content

Commit d01273d

Browse files
committed
Merge branch 'release/0.3.2'
2 parents fc2d27c + ed92134 commit d01273d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,21 @@
131131
<goals>deploy</goals>
132132
</configuration>
133133
</plugin>
134+
<plugin>
135+
<groupId>com.amashchenko.maven.plugin</groupId>
136+
<artifactId>gitflow-maven-plugin</artifactId>
137+
<version>1.15.0</version>
138+
</plugin>
134139
</plugins>
140+
<pluginManagement>
141+
<plugins>
142+
<plugin>
143+
<groupId>org.apache.maven.plugins</groupId>
144+
<artifactId>maven-site-plugin</artifactId>
145+
<version>3.9.0</version>
146+
</plugin>
147+
</plugins>
148+
</pluginManagement>
135149
</build>
136150

137151
<profiles>

0 commit comments

Comments
 (0)