c94f2c5a53c8dec53dbc587bde88456ab83f56dd
java/pom.xml
| ... | ... | @@ -38,10 +38,10 @@ |
| 38 | 38 | --> |
| 39 | 39 | <tycho-version>4.0.12</tycho-version> |
| 40 | 40 | <toolchains-version>3.2.0</toolchains-version> |
| 41 | - <gwt.version>2.12.3</gwt.version> |
|
| 41 | + <gwt.version>2.12.4</gwt.version> |
|
| 42 | 42 | <!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. --> |
| 43 | - <gwt.plugin.version>2.12.3</gwt.plugin.version> |
|
| 44 | - <gwt.minVersion>2.12.3</gwt.minVersion> |
|
| 43 | + <gwt.plugin.version>2.12.4</gwt.plugin.version> |
|
| 44 | + <gwt.minVersion>2.12.4</gwt.minVersion> |
|
| 45 | 45 | <gwt.workers>2</gwt.workers> |
| 46 | 46 | <p2-target>race-analysis-p2-remote</p2-target><!--can be overidden through p2-target.local profile --> |
| 47 | 47 | <!-- QUESTION: Which properties or settings are system dependent and differ across different machines/environments? QUESTION: |