Skip to content

Commit dc500d6

Browse files
committed
[maven-release-plugin] prepare release gwtp-1.0-RC-2
Former-commit-id: 835b2c5
1 parent 9bbdf1d commit dc500d6

15 files changed

Lines changed: 18 additions & 21 deletions

File tree

gwtp-build-tools/pom.xml

Lines changed: 2 additions & 3 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>com.gwtplatform</groupId>
87
<artifactId>gwtp</artifactId>
9-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
109
</parent>
1110

1211
<artifactId>gwtp-build-tools</artifactId>

gwtp-core/gwtp-clients-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-clients-common</artifactId>

gwtp-core/gwtp-crawler-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-crawler-service</artifactId>

gwtp-core/gwtp-crawler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-crawler</artifactId>

gwtp-core/gwtp-dispatch-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-client</artifactId>

gwtp-core/gwtp-dispatch-server-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-server-guice</artifactId>

gwtp-core/gwtp-dispatch-server-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-server-spring</artifactId>

gwtp-core/gwtp-dispatch-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-server</artifactId>

gwtp-core/gwtp-dispatch-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-shared</artifactId>

gwtp-core/gwtp-dispatch-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp-core</artifactId>
8-
<version>1.0-RC-2-SNAPSHOT</version>
8+
<version>1.0-RC-2</version>
99
</parent>
1010

1111
<artifactId>gwtp-dispatch-test</artifactId>

0 commit comments

Comments
 (0)