Skip to content

Commit c16f218

Browse files
committed
[maven-release-plugin] prepare release v1.0.1
1 parent 9135957 commit c16f218

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -12,7 +11,7 @@
1211

1312
<groupId>com.code54.mojo</groupId>
1413
<artifactId>buildversion-plugin</artifactId>
15-
<version>1.0.1-SNAPSHOT</version>
14+
<version>1.0.1</version>
1615
<packaging>maven-plugin</packaging>
1716

1817
<name>buildversion-plugin</name>
@@ -36,6 +35,7 @@
3635
<connection>scm:git:git://github.com/code54/buildversion-plugin.git</connection>
3736
<developerConnection>scm:git:ssh://git@github.com:code54/buildversion-plugin.git</developerConnection>
3837
<url>https://github.com/code54/buildversion-plugin</url>
38+
<tag>v1.0.1</tag>
3939
</scm>
4040

4141
<properties>

0 commit comments

Comments
 (0)