We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14e3fd commit 4435ee4Copy full SHA for 4435ee4
docs-source/examples/pom.xml
@@ -8,14 +8,14 @@
8
<groupId>com.axellience</groupId>
9
<artifactId>vue-gwt-examples</artifactId>
10
<packaging>war</packaging>
11
- <version>0.1-SNAPSHOT</version>
+ <version>1.0-beta-1</version>
12
<name>Vue GWT Examples</name>
13
14
<properties>
15
<!-- Convenience property to set the GWT version -->
16
<gwtVersion>2.8.0</gwtVersion>
17
18
- <vue-gwt.version>0.1-SNAPSHOT</vue-gwt.version>
+ <vue-gwt.version>1.0-beta-1</vue-gwt.version>
19
<gin.version>2.1.2</gin.version>
20
21
<!-- GWT needs at least java 1.7 -->
0 commit comments