Skip to content

Commit 18ce271

Browse files
committed
Finalize 1.5.0
1 parent 28ea8d8 commit 18ce271

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

pom.xml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gwt-material-parent</artifactId>
55
<groupId>com.github.gwtmaterialdesign</groupId>
6-
<version>1.5.0-SNAPSHOT</version>
6+
<version>1.5.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,9 +13,36 @@
1313
<description>Extra Components of GWT Material Framework</description>
1414

1515
<properties>
16-
<gwt-material.version>1.5.0-SNAPSHOT</gwt-material.version>
16+
<gwt-material.version>1.5.0</gwt-material.version>
1717
</properties>
1818

19+
<scm>
20+
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
21+
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
22+
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
23+
<tag>HEAD</tag>
24+
</scm>
25+
26+
<licenses>
27+
<license>
28+
<name>Apache License Version 2</name>
29+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
30+
</license>
31+
</licenses>
32+
33+
<distributionManagement>
34+
<snapshotRepository>
35+
<id>ossrh</id>
36+
<name>Sonatype Nexus snapshot repository</name>
37+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
38+
</snapshotRepository>
39+
<repository>
40+
<id>sonatype-nexus-staging</id>
41+
<name>Sonatype Nexus release repository</name>
42+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43+
</repository>
44+
</distributionManagement>
45+
1946
<dependencies>
2047
<!-- GwtMaterial -->
2148
<dependency>

0 commit comments

Comments
 (0)