Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 24, 2020
1 parent 79c4003 commit fd190e0
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
Expand Up @@ -15,20 +15,19 @@
~ limitations under the License.
-->

<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.simplify4u</groupId>
<artifactId>parent</artifactId>
<version>2.7.1</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.simplify4u.plugins</groupId>
<artifactId>sign-maven-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>maven-plugin</packaging>

<name>Sign Maven Plugin</name>
Expand Down Expand Up @@ -65,7 +64,7 @@
<connection>scm:git:[email protected]:s4u/sign-maven-plugin.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/s4u/sign-maven-plugin</url>
<tag>HEAD</tag>
<tag>v0.1.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit fd190e0

Please sign in to comment.