Skip to content

Commit 69ae043

Browse files
committed
Update pom to 1.0-beta-6
1 parent ac06772 commit 69ae043

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.axellience</groupId>
99
<artifactId>vue-gwt-parent</artifactId>
10-
<version>1.0-beta-6-SNAPSHOT</version>
10+
<version>1.0-beta-6</version>
1111
</parent>
1212

1313
<artifactId>vue-gwt-core</artifactId>

docs-source/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.axellience</groupId>
99
<artifactId>vue-gwt-examples</artifactId>
1010
<packaging>war</packaging>
11-
<version>1.0-beta-6-SNAPSHOT</version>
11+
<version>1.0-beta-6</version>
1212
<name>Vue GWT Examples</name>
1313

1414
<properties>

gwt2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.axellience</groupId>
99
<artifactId>vue-gwt-parent</artifactId>
10-
<version>1.0-beta-6-SNAPSHOT</version>
10+
<version>1.0-beta-6</version>
1111
</parent>
1212

1313
<artifactId>vue-gwt</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.axellience</groupId>
99
<artifactId>vue-gwt-parent</artifactId>
10-
<version>1.0-beta-6-SNAPSHOT</version>
10+
<version>1.0-beta-6</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Vue GWT Parent</name>

processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.axellience</groupId>
99
<artifactId>vue-gwt-parent</artifactId>
10-
<version>1.0-beta-6-SNAPSHOT</version>
10+
<version>1.0-beta-6</version>
1111
</parent>
1212

1313
<artifactId>vue-gwt-processors</artifactId>

0 commit comments

Comments
 (0)