Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbechtold committed Feb 3, 2020
1 parent d090ca6 commit a5f191b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,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>com.github.maxbechtold</groupId>
<artifactId>golden-master</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<name>Golden Master JUnit Extension</name>
<description>Framework for painless Golden Master Testing</description>
<inceptionYear>2017</inceptionYear>
Expand All @@ -20,7 +18,7 @@
<connection>scm:git:[email protected]:maxbechtold/golden-master.git</connection>
<developerConnection>scm:git:[email protected]:maxbechtold/golden-master.git</developerConnection>
<url>[email protected]:maxbechtold/golden-master.git</url>
<tag>HEAD</tag>
<tag>v0.6</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit a5f191b

Please sign in to comment.