Skip to content

Commit

Permalink
[maven-release-plugin] [skip ci]prepare release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnelson committed May 10, 2019
1 parent d6966ec commit b2e252d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +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/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>

<artifactId>microbean-microprofile-config</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<parent>
<groupId>org.microbean</groupId>
<artifactId>microbean-pluginmanagement-pom</artifactId>
<version>10</version>
<relativePath/>
<relativePath />
</parent>

<name>microBean MicroProfile Configuration Implementation</name>
Expand All @@ -23,7 +20,7 @@
<connection>scm:git:[email protected]:microbean/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:microbean/${project.artifactId}.git</developerConnection>
<url>https://github.com/microbean/${project.artifactId}/</url>
<tag>HEAD</tag>
<tag>v0.0.1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit b2e252d

Please sign in to comment.