Skip to content

Commit c68d2b6

Browse files
committed
Update to 1.0.1-SNAPSHOT for development
1 parent 0518a11 commit c68d2b6

File tree

21 files changed

+29
-23
lines changed

21 files changed

+29
-23
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ target
4040
.vscode
4141

4242
.env
43-
*/web/WEB-INF/web.xml
43+
*/web/WEB-INF/web.xml
44+
45+
# Maven versions backup
46+
pom.xml.versionsBackup

gwt-boot-dependencies/pom.xml

Lines changed: 6 additions & 3 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.0.0</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-dependencies</artifactId>
@@ -33,8 +33,10 @@
3333
<description>GWT Boot Standard Dependencies</description>
3434

3535
<properties>
36+
<!-- GWT Boot Modules version -->
37+
<gwt-boot-modules.version>1.0.1-SNAPSHOT</gwt-boot-modules.version>
38+
3639
<!-- Dependency versions -->
37-
<gwt-boot-modules.version>1.0.0</gwt-boot-modules.version>
3840
<gwt.version>2.9.0</gwt.version>
3941
<gwt-maven-plugin.version>1.0.0</gwt-maven-plugin.version>
4042
<gwt-bootstrap3.version>0.9.4</gwt-bootstrap3.version>
@@ -252,7 +254,8 @@
252254
<version>${dncomponents.version}</version>
253255
<scope>compile</scope>
254256
</dependency>
255-
<!-- GWT Starters -->
257+
258+
<!-- GWT Starters used for without parent pom.xml -->
256259
<dependency>
257260
<groupId>com.github.gwtboot</groupId>
258261
<artifactId>gwt-boot-starter</artifactId>

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.0.0</version>
27+
<version>1.0.1-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.0.0</version>
27+
<version>1.0.1-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.0.0</version>
27+
<version>1.0.1-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.0.0</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-elemento-core</artifactId>

gwt-boot-starters/gwt-boot-starter-elemento-template/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.0.0</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-elemento-template</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.0.0</version>
27+
<version>1.0.1-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.0.0</version>
27+
<version>1.0.1-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.0.0</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
<relativePath>../../gwt-boot-dependencies</relativePath>
2929
</parent>
3030
<artifactId>gwt-boot-starter-parent</artifactId>

0 commit comments

Comments
 (0)