Skip to content

Commit 69aaecf

Browse files
committed
Update poms to 1.0-beta-5
1 parent 28df9b6 commit 69aaecf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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-5-SNAPSHOT</version>
10+
<version>1.0-beta-5</version>
1111
</parent>
1212

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

docs-source/book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you are ready, you can get started with by **[setting it up on your project
4949
If you use it on a small project, please <a href="https://gitter.im/Axellience/vue-gwt" target="_blank">let us know how it goes</a>.
5050
</p>
5151

52-
*This documentation was last updated for [Vue.js v2.5.9](https://github.com/vuejs/vue/releases/tag/v2.5.9) and Vue GWT 1.0-beta-4*
52+
*This documentation was last updated for [Vue.js v2.5.9](https://github.com/vuejs/vue/releases/tag/v2.5.9) and Vue GWT 1.0-beta-5*
5353

5454
## Who made this?
5555

docs-source/book/project-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ To add Vue GWT to your Maven project, simply add the following to your `pom.xml`
1313
<dependency>
1414
<groupId>com.axellience</groupId>
1515
<artifactId>vue-gwt</artifactId>
16-
<version>1.0-beta-4</version>
16+
<version>1.0-beta-5</version>
1717
</dependency>
1818
<!-- Annotation Processors for Vue GWT -->
1919
<dependency>
2020
<groupId>com.axellience</groupId>
2121
<artifactId>vue-gwt-processors</artifactId>
22-
<version>1.0-beta-4</version>
22+
<version>1.0-beta-5</version>
2323
<optional>true</optional>
2424
</dependency>
2525
</dependencies>

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-5-SNAPSHOT</version>
11+
<version>1.0-beta-5</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-5-SNAPSHOT</version>
10+
<version>1.0-beta-5</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-5-SNAPSHOT</version>
10+
<version>1.0-beta-5</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-5-SNAPSHOT</version>
10+
<version>1.0-beta-5</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)