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

Commit

Permalink
[maven-release-plugin] prepare release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjardine committed Nov 24, 2015
1 parent 5bc6210 commit c53dfd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.9.2</version>
</parent>

<artifactId>gwtbootstrap3-extras</artifactId>
Expand All @@ -18,7 +17,8 @@
<connection>scm:git:git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</connection>
<developerConnection>scm:git:git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</developerConnection>
<url>git@github.com:gwtbootstrap3/gwtbootstrap3-extras.git</url>
</scm>
<tag>0.9.2</tag>
</scm>

<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwtbootstrap3</artifactId>
<version>${project.version}</version>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit c53dfd3

Please sign in to comment.