|
52 | 52 |
|
53 | 53 | <repositories> |
54 | 54 | <repository> |
| 55 | + <!-- TODO: move to ossrh once org.gwtproject snapshots are deployed there --> |
55 | 56 | <id>google-snapshots</id> |
56 | 57 | <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> |
57 | 58 | <releases> |
|
71 | 72 | <project.build.outputEncoding>UTF-8</project.build.outputEncoding> |
72 | 73 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
73 | 74 |
|
74 | | - <gwtVersion>2.9.0</gwtVersion> |
| 75 | + <gwtGroupId>org.gwtproject</gwtGroupId> |
| 76 | + <gwtVersion>2.10.0</gwtVersion> |
75 | 77 | </properties> |
76 | 78 |
|
77 | 79 | <dependencies> |
|
147 | 149 | <!-- Some artifacts used by invoker tests, declared here so they're resolved early --> |
148 | 150 | <!-- Actually because invoker plugin cannot install snapshots through extraArtifacts --> |
149 | 151 | <dependency> |
150 | | - <groupId>com.google.gwt</groupId> |
| 152 | + <groupId>${gwtGroupId}</groupId> |
151 | 153 | <artifactId>gwt-user</artifactId> |
152 | 154 | <version>${gwtVersion}</version> |
153 | 155 | <scope>test</scope> |
154 | 156 | </dependency> |
155 | 157 | <dependency> |
156 | | - <groupId>com.google.gwt</groupId> |
| 158 | + <groupId>${gwtGroupId}</groupId> |
157 | 159 | <artifactId>gwt-dev</artifactId> |
158 | 160 | <version>${gwtVersion}</version> |
159 | 161 | <scope>test</scope> |
160 | 162 | </dependency> |
161 | 163 | <dependency> |
162 | | - <groupId>com.google.gwt</groupId> |
| 164 | + <groupId>${gwtGroupId}</groupId> |
163 | 165 | <artifactId>gwt-servlet</artifactId> |
164 | 166 | <version>${gwtVersion}</version> |
165 | 167 | <scope>test</scope> |
|
229 | 231 | <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath> |
230 | 232 | <settingsFile>src/it/settings.xml</settingsFile> |
231 | 233 | <filterProperties> |
| 234 | + <gwtGroupId>${gwtGroupId}</gwtGroupId> |
232 | 235 | <gwtVersion>${gwtVersion}</gwtVersion> |
233 | 236 | </filterProperties> |
234 | 237 | <extraArtifacts> |
|
0 commit comments