Skip to content

Commit

Permalink
[maven-release-plugin] prepare release codingstyle-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jul 28, 2019
1 parent 5c61397 commit 8f25145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<packaging>jar</packaging>

Expand All @@ -22,6 +21,7 @@
<connection>scm:git:git://github.com/uhafner/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:uhafner/${project.artifactId}.git</developerConnection>
<url>https://github.com/uhafner/${project.artifactId}</url>
<tag>codingstyle-0.1.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 8f25145

Please sign in to comment.