Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Commit c53dfd3

Browse files
committed
[maven-release-plugin] prepare release 0.9.2
1 parent 5bc6210 commit c53dfd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.gwtbootstrap3</groupId>
87
<artifactId>gwtbootstrap3-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>0.9.2</version>
109
</parent>
1110

1211
<artifactId>gwtbootstrap3-extras</artifactId>
@@ -18,7 +17,8 @@
1817
<connection>scm:git:git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</connection>
1918
<developerConnection>scm:git:git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</developerConnection>
2019
<url>git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</url>
21-
</scm>
20+
<tag>0.9.2</tag>
21+
</scm>
2222

2323
<licenses>
2424
<license>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>
3333
<artifactId>gwtbootstrap3</artifactId>
34-
<version>${project.version}</version>
34+
<version>0.9.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.gwt</groupId>

0 commit comments

Comments
 (0)