Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hicken committed Jun 6, 2022
1 parent fe1a24e commit 9bcb84a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.janhicken</groupId>
<artifactId>surefire-scalatest</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<name>SureFire ScalaTest Provider</name>
<description>A SureFire Provider for ScalaTest</description>
<url>https://github.com/janhicken/surefire-scalatest</url>
Expand Down Expand Up @@ -39,7 +38,7 @@
<connection>scm:git:git://[email protected]/janhicken/surefire-scalatest.git</connection>
<developerConnection>scm:git:ssh://[email protected]/janhicken/surefire-scalatest.git</developerConnection>
<url>https://github.com/janhicken/surefire-scalatest</url>
<tag>HEAD</tag>
<tag>v0.3</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -148,8 +147,8 @@
</executions>
<configuration>
<java>
<removeUnusedImports/>
<googleJavaFormat/>
<removeUnusedImports />
<googleJavaFormat />
</java>
<scala>
<scalafmt>
Expand Down

0 comments on commit 9bcb84a

Please sign in to comment.