Skip to content

Commit 62dd8e5

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 26fec62 commit 62dd8e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.javaee7.sample</groupId>
65
<artifactId>javaee7-simple-sample</artifactId>
7-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
87
<packaging>war</packaging>
98
<name>javaee7-simple-sample</name>
109
<properties>
@@ -22,7 +21,8 @@
2221
<connection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection>
2322
<url>https://github.com/javaee-samples/javaee7-simple-sample.git</url>
2423
<developerConnection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</developerConnection>
25-
</scm>
24+
<tag>v1.0</tag>
25+
</scm>
2626
<distributionManagement>
2727
<repository>
2828
<id>deployment</id>

0 commit comments

Comments
 (0)