Skip to content

Commit e87cff9

Browse files
committed
[maven-release-plugin] prepare release commons-demo-2.0.0
1 parent d2d0b83 commit e87cff9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
87
<artifactId>commons-demo</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
109

1110
<name>Commons Demo</name>
1211

@@ -38,7 +37,7 @@
3837
<url>https://github.com/FlowingCode/CommonsDemo</url>
3938
<connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
4039
<developerConnection>scm:git:ssh://[email protected]:/FlowingCode/CommonsDemo.git</developerConnection>
41-
<tag>master</tag>
40+
<tag>commons-demo-2.0.0</tag>
4241
</scm>
4342

4443
<dependencyManagement>

0 commit comments

Comments
 (0)