Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phybros committed May 16, 2020
1 parent 441c88f commit 558def6
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,16 +1,15 @@
<?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.servertap</groupId>
<artifactId>ServerTap</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<scm>
<developerConnection>scm:git:ssh://github.com/phybros/servertap.git</developerConnection>
</scm>
<tag>v0.0.1</tag>
</scm>

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

0 comments on commit 558def6

Please sign in to comment.