Skip to content

Commit 9441c92

Browse files
committed
Merge pull request #447 from ArcBees/mmc_1.2
Released 1.2 Former-commit-id: c7bf1e1
2 parents 9976ad1 + e836d13 commit 9441c92

File tree

22 files changed

+38
-48
lines changed

22 files changed

+38
-48
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Get high quality support through ArcBees.
2626
* See the manual dependency download section in [Maven Configuration Instructions](https://github.com/ArcBees/GWTP/wiki/Maven-Configuration)
2727

2828
###Current Release
29-
1.1 - Released on 12/17/2013
29+
1.2 - Released on 03/05/2014
3030

3131
###Current Snapshot
32-
1.2-SNAPSHOT
32+
1.3-SNAPSHOT
3333

3434
###Archetypes
3535
* [Archetype Project Creation](https://github.com/ArcBees/ArcBees-tools/tree/master/archetypes)

gwtp-build-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

gwtp-carstore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<packaging>war</packaging>

gwtp-core/gwtp-all/pom.xml

+12-17
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-core</artifactId>
9-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
109
</parent>
1110

1211
<artifactId>gwtp-all</artifactId>
@@ -306,10 +305,7 @@
306305
<phase>compile</phase>
307306
<configuration>
308307
<target>
309-
<javadoc packagenames="com.gwtplatform.*" maxmemory="256m"
310-
sourcepath="${unpackedDependenciesDir}" defaultexcludes="yes"
311-
destdir="${unpackedJavadocDir}" version="true" use="true"
312-
windowtitle="${project.name} ${project.version} API.">
308+
<javadoc packagenames="com.gwtplatform.*" maxmemory="256m" sourcepath="${unpackedDependenciesDir}" defaultexcludes="yes" destdir="${unpackedJavadocDir}" version="true" use="true" windowtitle="${project.name} ${project.version} API.">
313309
<doctitle>
314310
<![CDATA[<h1>${project.name} ${project.version} API</h1>]]>
315311
</doctitle>
@@ -318,17 +314,16 @@
318314
<a href="${project.organization.url}">${project.organization.name}</a>.
319315
All Rights Reserved.</i>]]>
320316
</bottom>
321-
<classpath refid="maven.compile.classpath"/>
322-
<link href="http://download.oracle.com/javase/6/docs/api/"/>
323-
<link href="http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/"/>
324-
<link href="http://static.springsource.org/spring/docs/3.0.x/javadoc-api/"/>
325-
<link href="http://google-gin.googlecode.com/svn/trunk/javadoc/"/>
326-
<link href="http://google-guice.googlecode.com/svn/trunk/javadoc/"/>
327-
<link href="http://aopalliance.sourceforge.net/doc/"/>
328-
<link href="https://github.com/nmorel/gwt-jackson/wiki/"/>
317+
<classpath refid="maven.compile.classpath" />
318+
<link href="http://download.oracle.com/javase/6/docs/api/" />
319+
<link href="http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/" />
320+
<link href="http://static.springsource.org/spring/docs/3.0.x/javadoc-api/" />
321+
<link href="http://google-gin.googlecode.com/svn/trunk/javadoc/" />
322+
<link href="http://google-guice.googlecode.com/svn/trunk/javadoc/" />
323+
<link href="http://aopalliance.sourceforge.net/doc/" />
324+
<link href="https://github.com/nmorel/gwt-jackson/wiki/" />
329325
</javadoc>
330-
<jar destfile="${javadocArtifactFile}" basedir="${unpackedJavadocDir}"
331-
includes="**/**"/>
326+
<jar destfile="${javadocArtifactFile}" basedir="${unpackedJavadocDir}" includes="**/**" />
332327
</target>
333328
</configuration>
334329
<goals>

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

gwtp-core/gwtp-crawler/pom.xml

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gwtp-crawler</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>gwtp-core</artifactId>
88
<groupId>com.gwtplatform</groupId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>gwtp-dispatch-common-client</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>gwtp-core</artifactId>
88
<groupId>com.gwtplatform</groupId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>gwtp-dispatch-common-shared</artifactId>

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.gwtplatform</groupId>
98
<artifactId>gwtp-core</artifactId>
10-
<version>1.2-SNAPSHOT</version>
9+
<version>1.3-SNAPSHOT</version>
1110
</parent>
1211

1312
<artifactId>gwtp-dispatch-rest</artifactId>

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

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

+2-3
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-core</artifactId>
9-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
109
</parent>
1110

1211
<artifactId>gwtp-mvp-client</artifactId>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>com.gwtplatform</groupId>
97
<artifactId>gwtp-core</artifactId>
10-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
119
</parent>
1210

1311
<artifactId>gwtp-mvp-shared</artifactId>

gwtp-core/gwtp-processors/pom.xml

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gwtp-processors</artifactId>

gwtp-core/gwtp-tester/pom.xml

+1-1
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.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gwtp-tester</artifactId>

gwtp-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gwtp-core</artifactId>

gwtp-crawler-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.gwtplatform</groupId>
77
<artifactId>gwtp</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
</parent>
1010

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

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>com.gwtplatform</groupId>
1211
<artifactId>gwtp</artifactId>
13-
<version>1.2-SNAPSHOT</version>
12+
<version>1.3-SNAPSHOT</version>
1413
<packaging>pom</packaging>
1514
<name>GWT-Platform</name>
1615
<inceptionYear>2010</inceptionYear>

0 commit comments

Comments
 (0)