Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gwtchosen-project-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma committed Sep 22, 2015
1 parent 561104e commit efcd5d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
6 changes: 2 additions & 4 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>gwtchosen-project</artifactId>
<groupId>com.arcbees</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions plugin/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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.arcbees</groupId>
<artifactId>gwtchosen-project</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
</parent>

<artifactId>gwtchosen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.arcbees</groupId>
<artifactId>gwtchosen-project</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<inceptionYear>2012</inceptionYear>
<url>https://github.com/arcbees/gwtchosen</url>

Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.arcbees</groupId>
<artifactId>gwtchosen-project</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
</parent>

<artifactId>chosen-sample</artifactId>
Expand Down

0 comments on commit efcd5d9

Please sign in to comment.