Skip to content

Commit 720d46b

Browse files
committed
updating
1 parent 9c717e0 commit 720d46b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.fworks</groupId>
44
<artifactId>screenfullgwt</artifactId>
5-
<version>3.0</version>
5+
<version>3.0-SNAPSHOT</version>
66
<packaging>jar</packaging>
77

88
<name>ScreenFull GWT</name>
@@ -31,10 +31,9 @@
3131

3232
<scm>
3333
<!-- Required: source control information: -->
34-
<connection>scm:git:git://github.com/fworks/screenfullgwt.git</connection>
35-
<developerConnection>scm:git:git@github.com:fworks/screenfullgwt.git</developerConnection>
34+
<connection>https://github.com/fworks/screenfullgwt.git</connection>
35+
<developerConnection>https://github.com/fworks/screenfullgwt.git</developerConnection>
3636
<url>http://github.com/fworks/screenfullgwt</url>
37-
<tag>v3.0</tag>
3837
</scm>
3938

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

0 commit comments

Comments
 (0)