Skip to content

Commit 5facfd0

Browse files
committed
Update 1.1.0
1 parent 73c2cf2 commit 5facfd0

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

gwt-boot-sample-basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-basic</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-basic</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - Basic</description>
3636

3737
<properties>

gwt-boot-sample-collection/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-collection</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-collection</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>
3636
GWT Boot Sample - Collection RestyGWT Test Mockito Gin etc.
3737
</description>

gwt-boot-sample-domino-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-domino-rest</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-domino-rest</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - Domino REST</description>
3636

3737
<properties>

gwt-boot-sample-elemento-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-elemento-core</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-elemento-core</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - Elemento Core</description>
3636

3737
<properties>

gwt-boot-sample-rxgwt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-rxgwt</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-rxgwt</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - RxGWT</description>
3636

3737
<!-- We need to add this to use RX version of GWT -->

gwt-boot-sample-ui-dncomponents/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starter-parent</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
<relativePath />
2929
</parent>
3030
<artifactId>gwt-boot-sample-ui-dncomponents</artifactId>
3131
<packaging>jar</packaging>
3232
<name>gwt-boot-sample-ui-dncomponents</name>
33-
<version>1.1.0-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
<description>GWT Boot Sample - dncomponents</description>
3535

3636
<properties>

gwt-boot-sample-ui-domino-dagger2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starter-parent</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
<relativePath/>
2929
</parent>
3030
<artifactId>gwt-boot-sample-ui-domino-dagger2</artifactId>
3131
<packaging>jar</packaging>
3232
<name>gwt-boot-sample-ui-domino-dagger2</name>
33-
<version>1.1.0-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
<description>GWT Boot Sample - DominoUI with Dagger2</description>
3535

3636
<properties>

gwt-boot-sample-ui-domino/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starter-parent</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
<relativePath/>
2929
</parent>
3030
<artifactId>gwt-boot-sample-ui-domino</artifactId>
3131
<packaging>jar</packaging>
3232
<name>gwt-boot-sample-ui-domino</name>
33-
<version>1.1.0-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
<description>GWT Boot Sample - DominoUI</description>
3535

3636
<properties>

gwt-boot-sample-ui-gwtbootstrap3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-ui-gwtbootstrap3</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-ui-gwtbootstrap3</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - GWTBootstrap3</description>
3636

3737
<properties>

gwt-boot-sample-ui-gwtmaterial/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<!-- Using gwt-boot-starter-parent -->
2626
<groupId>com.github.gwtboot</groupId>
2727
<artifactId>gwt-boot-starter-parent</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
<relativePath/>
3030
</parent>
3131
<artifactId>gwt-boot-sample-ui-gwtmaterial</artifactId>
3232
<packaging>jar</packaging>
3333
<name>gwt-boot-sample-ui-gwtmaterial</name>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>1.1.0</version>
3535
<description>GWT Boot Sample - GWTMaterial</description>
3636

3737
<properties>

0 commit comments

Comments
 (0)