Skip to content

Commit

Permalink
[maven-release-plugin] prepare release geomajas-project-javascript-al…
Browse files Browse the repository at this point in the history
…l-1.0.0-M1
  • Loading branch information
olivermay committed Feb 23, 2016
1 parent 8936bb2 commit f8982c5
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-documentation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>

<name>Geomajas Project JavaScript - Documentation</name>
<description>Geomajas Project JavaScript - Documentation</description>
Expand Down
5 changes: 2 additions & 3 deletions gwt2/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions
in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt
in the project root. -->
<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">
<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>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-distribution</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gwt2/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions
in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt
in the project root. -->
<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">
<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>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-example</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gwt2/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
~ by the Geomajas Contributors License Agreement. For full licensing
~ details, see LICENSE.txt in the project root.
-->
<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">
<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>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gwt2/server-extension-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions
in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt
in the project root. -->
<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">
<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>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-server-extension-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt2/server-extension-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-gwt2-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-gwt2-server-extension-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-javadoc</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
Public License. All contributions in this program are covered ~ by the Geomajas
Contributors License Agreement. For full licensing ~ details, see LICENSE.txt
in the project root. -->
<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">
<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>
Expand All @@ -17,7 +16,7 @@

<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<packaging>pom</packaging>

<name>Geomajas Project JavaScript - All</name>
Expand Down
2 changes: 1 addition & 1 deletion server-extension-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-server-extension-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server-extension-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-javascript-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>geomajas-project-javascript-server-extension-common</artifactId>
Expand Down

0 comments on commit f8982c5

Please sign in to comment.