|
4 | 4 | <parent> |
5 | 5 | <artifactId>gwt-material-parent</artifactId> |
6 | 6 | <groupId>com.github.gwtmaterialdesign</groupId> |
7 | | - <version>1.6.0</version> |
| 7 | + <version>2.0-rc1</version> |
8 | 8 | </parent> |
9 | 9 |
|
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 |
|
12 | 12 | <artifactId>gwt-material-demo</artifactId> |
13 | 13 | <packaging>war</packaging> |
14 | | - <version>1.6.0</version> |
| 14 | + <version>2.0-rc1</version> |
15 | 15 | <name>Gwt Material Demo</name> |
16 | 16 | <description>Showcase for gwt-material</description> |
17 | 17 |
|
|
26 | 26 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
27 | 27 |
|
28 | 28 | <!-- Project properties --> |
29 | | - <maven.compiler.source>1.7</maven.compiler.source> |
30 | | - <maven.compiler.target>1.7</maven.compiler.target> |
| 29 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 30 | + <maven.compiler.target>1.8</maven.compiler.target> |
31 | 31 | <project.encoding>UTF-8</project.encoding> |
32 | 32 |
|
33 | 33 | <!-- GWT --> |
34 | | - <gwt.version>2.7.0</gwt.version> |
| 34 | + <gwt.version>2.8.0</gwt.version> |
35 | 35 | <gwtp.version>1.5.3</gwtp.version> |
36 | 36 | <gin.version>2.1.2</gin.version> |
37 | | - <gwt-material.version>1.6.0-SNAPSHOT</gwt-material.version> |
| 37 | + <gwt-material.version>2.0-rc1</gwt-material.version> |
| 38 | + <gwt-material-table.version>1.0-rc1</gwt-material-table.version> |
38 | 39 |
|
39 | 40 | <gwt.style>PRETTY</gwt.style> |
40 | 41 |
|
|
47 | 48 | <maven-compiler-plugin.version>3.2</maven-compiler-plugin.version> |
48 | 49 | </properties> |
49 | 50 |
|
| 51 | + <licenses> |
| 52 | + <license> |
| 53 | + <name>Apache License Version 2</name> |
| 54 | + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 55 | + </license> |
| 56 | + </licenses> |
| 57 | + |
50 | 58 | <build> |
51 | 59 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> |
52 | 60 |
|
|
57 | 65 | </resources> |
58 | 66 |
|
59 | 67 | <plugins> |
| 68 | + <plugin> |
| 69 | + <groupId>org.codehaus.mojo</groupId> |
| 70 | + <artifactId>license-maven-plugin</artifactId> |
| 71 | + <version>1.5</version> |
| 72 | + <configuration> |
| 73 | + <licenseName>apache_v2</licenseName> |
| 74 | + <inceptionYear>2015</inceptionYear> |
| 75 | + <organizationName>GwtMaterialDesign</organizationName> |
| 76 | + <projectName>GwtMaterial</projectName> |
| 77 | + <includes> |
| 78 | + <include>**/*.java</include> |
| 79 | + <include>**/*.xml</include> |
| 80 | + </includes> |
| 81 | + </configuration> |
| 82 | + <executions> |
| 83 | + <execution> |
| 84 | + <id>license</id> |
| 85 | + <phase>process-sources</phase> |
| 86 | + <goals> |
| 87 | + <goal>update-file-header</goal> |
| 88 | + </goals> |
| 89 | + </execution> |
| 90 | + </executions> |
| 91 | + </plugin> |
| 92 | + <plugin> |
| 93 | + <groupId>org.apache.maven.plugins</groupId> |
| 94 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 95 | + <version>2.10.3</version> |
| 96 | + <configuration> |
| 97 | + <!-- comment out for now because doesn't work on JDK < 8 --> |
| 98 | + <!--<additionalparam>-Xdoclint:none</additionalparam>--> |
| 99 | + <encoding>${project.build.sourceEncoding}</encoding> |
| 100 | + <locale>en</locale> |
| 101 | + <linksource>true</linksource> |
| 102 | + <validateLinks>true</validateLinks> |
| 103 | + <links> |
| 104 | + <link>https://github.com/gwtproject/gwt/tree/master/doc/validation-package-list</link> |
| 105 | + </links> |
| 106 | + </configuration> |
| 107 | + <executions> |
| 108 | + <execution> |
| 109 | + <phase>package</phase> |
| 110 | + <goals> |
| 111 | + <goal>jar</goal> |
| 112 | + </goals> |
| 113 | + </execution> |
| 114 | + </executions> |
| 115 | + </plugin> |
60 | 116 | <plugin> |
61 | 117 | <groupId>org.codehaus.mojo</groupId> |
62 | 118 | <artifactId>versions-maven-plugin</artifactId> |
|
71 | 127 | </execution> |
72 | 128 | </executions> |
73 | 129 | </plugin> |
74 | | - |
75 | 130 | <plugin> |
76 | 131 | <groupId>org.apache.maven.plugins</groupId> |
77 | 132 | <version>${maven-compiler-plugin.version}</version> |
|
80 | 135 | <source>${maven.compiler.source}</source> |
81 | 136 | <target>${maven.compiler.target}</target> |
82 | 137 | </configuration> |
83 | | - <dependencies> |
84 | | - <!-- Run RequestFactory validation tool. --> |
85 | | - <dependency> |
86 | | - <groupId>com.google.web.bindery</groupId> |
87 | | - <artifactId>requestfactory-apt</artifactId> |
88 | | - <version>${gwt.version}</version> |
89 | | - </dependency> |
90 | | - </dependencies> |
91 | 138 | </plugin> |
92 | | - |
| 139 | + <plugin> |
| 140 | + <groupId>org.apache.maven.plugins</groupId> |
| 141 | + <artifactId>maven-gpg-plugin</artifactId> |
| 142 | + <version>1.6</version> |
| 143 | + </plugin> |
93 | 144 | <!-- Skips the GWTTestCases during Junit Testing --> |
94 | 145 | <plugin> |
95 | 146 | <groupId>org.apache.maven.plugins</groupId> |
|
170 | 221 | </plugins> |
171 | 222 | </build> |
172 | 223 |
|
| 224 | + <repositories> |
| 225 | + <repository> |
| 226 | + <id>snapshots-repo</id> |
| 227 | + <url>https://oss.sonatype.org/content/repositories/google-snapshots</url> |
| 228 | + <releases> |
| 229 | + <enabled>false</enabled> |
| 230 | + </releases> |
| 231 | + <snapshots> |
| 232 | + <enabled>true</enabled> |
| 233 | + </snapshots> |
| 234 | + </repository> |
| 235 | + <repository> |
| 236 | + <id>jboss-public-repository-group</id> |
| 237 | + <name>JBoss Public Maven Repository Group</name> |
| 238 | + <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 239 | + </repository> |
| 240 | + </repositories> |
| 241 | + |
173 | 242 | <distributionManagement> |
174 | 243 | <snapshotRepository> |
175 | 244 | <id>ossrh</id> |
|
188 | 257 | <dependency> |
189 | 258 | <groupId>com.github.gwtmaterialdesign</groupId> |
190 | 259 | <artifactId>gwt-material</artifactId> |
191 | | - <version>1.6.0</version> |
| 260 | + <version>${gwt-material.version}</version> |
192 | 261 | </dependency> |
193 | 262 | <dependency> |
194 | 263 | <groupId>com.github.gwtmaterialdesign</groupId> |
195 | 264 | <artifactId>gwt-material-themes</artifactId> |
196 | | - <version>1.6.0</version> |
| 265 | + <version>${gwt-material.version}</version> |
197 | 266 | </dependency> |
198 | 267 | <dependency> |
199 | 268 | <groupId>com.github.gwtmaterialdesign</groupId> |
200 | 269 | <artifactId>gwt-material-addins</artifactId> |
201 | | - <version>1.6.0</version> |
| 270 | + <version>${gwt-material.version}</version> |
| 271 | + </dependency> |
| 272 | + <dependency> |
| 273 | + <groupId>com.github.gwtmaterialdesign</groupId> |
| 274 | + <artifactId>gwt-material-table</artifactId> |
| 275 | + <version>${gwt-material-table.version}</version> |
202 | 276 | </dependency> |
203 | 277 |
|
204 | 278 | <!-- App Engine --> |
|
234 | 308 |
|
235 | 309 | <dependency> |
236 | 310 | <groupId>javax.servlet</groupId> |
237 | | - <artifactId>servlet-api</artifactId> |
238 | | - <version>3.0-alpha-1</version> |
| 311 | + <artifactId>javax.servlet-api</artifactId> |
| 312 | + <version>3.1.0</version> |
239 | 313 | <scope>provided</scope> |
240 | 314 | </dependency> |
241 | 315 | <dependency> |
|
0 commit comments