Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gofabian committed Aug 15, 2019
1 parent 5d739f8 commit 76ac015
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>de.gofabian</groupId>
<artifactId>vertx-web-mount</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<name>vertx-web-mount</name>
<description>Mount your Vert.x web routes with JAX-RS annotations</description>
Expand All @@ -30,7 +28,8 @@
<connection>scm:git:[email protected]:gofabian/vertx-web-mount.git</connection>
<developerConnection>scm:git:[email protected]:gofabian/vertx-web-mount.git</developerConnection>
<url>http://github.com/gofabian/vertx-web-mount/tree/master</url>
</scm>
<tag>0.2.0</tag>
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 76ac015

Please sign in to comment.