Skip to content

Commit a2c3b93

Browse files
author
David Waltermire
committed
[maven-release-plugin] prepare release v5.2.0
1 parent 89d5813 commit a2c3b93

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>dev.metaschema.oscal</groupId>
1111
<artifactId>liboscal-java</artifactId>
12-
<version>5.2.0-SNAPSHOT</version>
12+
<version>5.2.0</version>
1313
<packaging>jar</packaging>
1414

1515
<name>OSCAL Java Library</name>
@@ -27,7 +27,7 @@
2727
<url>${scm.url}/tree/develop</url>
2828
<connection>scm:git:git@github.com:metaschema-framework/liboscal-java.git</connection>
2929
<developerConnection>scm:git:git@github.com:metaschema-framework/liboscal-java.git</developerConnection>
30-
<tag>v5.0.0</tag>
30+
<tag>v5.2.0</tag>
3131
</scm>
3232

3333
<distributionManagement>
@@ -680,8 +680,7 @@
680680
<consoleOutputReporter>
681681
<disable>true</disable>
682682
</consoleOutputReporter>
683-
<statelessTestsetInfoReporter
684-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
683+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
685684
</statelessTestsetInfoReporter>
686685
</configuration>
687686
</plugin>

0 commit comments

Comments
 (0)