Skip to content

Commit 8d09d3a

Browse files
committed
Merge remote branch 'origin/master'
Conflicts: pom.xml
2 parents 65664ad + fb5e146 commit 8d09d3a

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
@@ -233,6 +233,15 @@ under the License.
233233
<licenseFile>${project.basedir}/LICENSE</licenseFile>
234234
</configuration>
235235
</plugin>
236+
<plugin>
237+
<groupId>org.apache.maven.plugins</groupId>
238+
<artifactId>maven-release-plugin</artifactId>
239+
<version>2.5.2</version>
240+
<configuration>
241+
<autoVersionSubmodules>true</autoVersionSubmodules>
242+
<tagNameFormat>v@{project.version}</tagNameFormat>
243+
</configuration>
244+
</plugin>
236245
<plugin>
237246
<groupId>de.jutzig</groupId>
238247
<artifactId>github-release-plugin</artifactId>

0 commit comments

Comments
 (0)