Skip to content

Commit d659390

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent b871b30 commit d659390

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@
2020
<http://www.gnu.org/licenses/lgpl-2.1.html>.
2121
#L%
2222
-->
23-
<project xmlns="http://maven.apache.org/POM/4.0.0"
24-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<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">
2624
<modelVersion>4.0.0</modelVersion>
2725

2826
<groupId>io.github.nkaaf</groupId>
2927
<artifactId>annotationprocessor</artifactId>
30-
<version>1.0-SNAPSHOT</version>
28+
<version>1.0</version>
3129

3230
<name>AnnotationProcessor</name>
3331
<description>Project for easy creation of Annotation Processors</description>
@@ -182,7 +180,7 @@
182180
<url>https://github.com/nkaaf/AnnotationProcessor</url>
183181
<connection>scm:git:[email protected]:nkaaf/AnnotationProcessor</connection>
184182
<developerConnection>scm:git:[email protected]:nkaaf/AnnotationProcessor</developerConnection>
185-
<tag>HEAD</tag>
183+
<tag>v1.0</tag>
186184
</scm>
187185

188186
<distributionManagement>

0 commit comments

Comments
 (0)