Skip to content

Commit 9dd94e4

Browse files
committed
[maven-release-plugin] prepare release v3.0
1 parent f824c97 commit 9dd94e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.fworks</groupId>
54
<artifactId>screenfullgwt</artifactId>
6-
<version>3.0-SNAPSHOT</version>
5+
<version>3.0</version>
76
<packaging>jar</packaging>
87

98
<name>ScreenFull GWT</name>
@@ -35,7 +34,8 @@
3534
<connection>scm:git:git://github.com/fworks/screenfullgwt.git</connection>
3635
<developerConnection>scm:git:[email protected]:fworks/screenfullgwt.git</developerConnection>
3736
<url>http://github.com/fworks/screenfullgwt</url>
38-
</scm>
37+
<tag>v3.0</tag>
38+
</scm>
3939

4040
<!-- Required: developer information: -->
4141
<developers>

0 commit comments

Comments
 (0)