Skip to content

Commit 0ae587f

Browse files
committed
[maven-release-plugin] prepare release v4.0
1 parent 9e8ae51 commit 0ae587f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.github.fworks</groupId>
75
<artifactId>screenfullgwt</artifactId>
8-
<version>4.0-SNAPSHOT</version>
6+
<version>4.0</version>
97
<packaging>jar</packaging>
108

119
<name>ScreenFull GWT</name>
@@ -40,7 +38,7 @@
4038
<connection>scm:git:https://github.com/fworks/screenfullgwt.git</connection>
4139
<developerConnection>scm:git:https://github.com/fworks/screenfullgwt.git</developerConnection>
4240
<url>http://github.com/fworks/screenfullgwt</url>
43-
<tag>HEAD</tag>
41+
<tag>v4.0</tag>
4442
</scm>
4543

4644
<!-- Required: developer information: -->

0 commit comments

Comments
 (0)