Skip to content

Commit 0bfee28

Browse files
committed
Update to new development 1.2.0-SNAPSHOT
1 parent 9a77fdb commit 0bfee28

File tree

19 files changed

+26
-26
lines changed

19 files changed

+26
-26
lines changed

gwt-boot-dependencies/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-modules</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-dependencies</artifactId>
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<!-- GWT Boot Modules version -->
37-
<gwt-boot-modules.version>1.1.0</gwt-boot-modules.version>
37+
<gwt-boot-modules.version>1.2.0-SNAPSHOT</gwt-boot-modules.version>
3838

3939
<!-- Dependency versions -->
4040
<gwt.version>2.10.0</gwt.version>
@@ -189,19 +189,19 @@
189189
</dependency>
190190
<!-- RxGWT -->
191191
<!-- RxGWT uses special version of GWT
192-
and special version of Elemento, this cannot be mixed
193-
with other libs like DominoUI
192+
and special version of Elemento, this cannot be mixed
193+
with other libs like DominoUI
194194
-->
195195
<dependency>
196196
<groupId>com.intendia.gwt.rxgwt2</groupId>
197197
<artifactId>rxgwt</artifactId>
198198
<version>${rx-gwt.version}</version>
199199
</dependency>
200200
<dependency>
201-
<groupId>com.intendia.gwt</groupId>
202-
<artifactId>rxjava2-gwt</artifactId>
203-
<version>${rx-java-gwt.version}</version>
204-
</dependency>
201+
<groupId>com.intendia.gwt</groupId>
202+
<artifactId>rxjava2-gwt</artifactId>
203+
<version>${rx-java-gwt.version}</version>
204+
</dependency>
205205
<!-- Elemento -->
206206
<dependency>
207207
<groupId>org.jboss.elemento</groupId>

gwt-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-dependencies</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../gwt-boot-dependencies</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-parent</artifactId>

gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>gwt-boot-starters</artifactId>
2626
<groupId>com.github.gwtboot</groupId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-dagger2</artifactId>

gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starters</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-domino-rest</artifactId>

gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starters</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-elemento-core</artifactId>

gwt-boot-starters/gwt-boot-starter-gin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>gwt-boot-starters</artifactId>
2626
<groupId>com.github.gwtboot</groupId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-gin</artifactId>

gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>gwt-boot-starters</artifactId>
2626
<groupId>com.github.gwtboot</groupId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-gwteventbinder</artifactId>

gwt-boot-starters/gwt-boot-starter-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-dependencies</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../../gwt-boot-dependencies</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-parent</artifactId>

gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starters</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-restygwt</artifactId>

gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.gwtboot</groupId>
2626
<artifactId>gwt-boot-starters</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-rxgwt</artifactId>

0 commit comments

Comments
 (0)