File tree Expand file tree Collapse file tree 21 files changed +29
-23
lines changed
gwt-boot-starter-domino-rest
gwt-boot-starter-elemento-core
gwt-boot-starter-elemento-template
gwt-boot-starter-gwteventbinder
gwt-boot-starter-restygwt
gwt-boot-starter-ui-dncomponents
gwt-boot-starter-ui-domino
gwt-boot-starter-ui-gwtbootstrap3
gwt-boot-starter-ui-gwtmaterial
gwt-boot-starter-ui-vue-gwt Expand file tree Collapse file tree 21 files changed +29
-23
lines changed Original file line number Diff line number Diff line change 40
40
.vscode
41
41
42
42
.env
43
- * /web /WEB-INF /web.xml
43
+ * /web /WEB-INF /web.xml
44
+
45
+ # Maven versions backup
46
+ pom.xml.versionsBackup
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-modules</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-dependencies</artifactId >
33
33
<description >GWT Boot Standard Dependencies</description >
34
34
35
35
<properties >
36
+ <!-- GWT Boot Modules version -->
37
+ <gwt-boot-modules .version>1.0.1-SNAPSHOT</gwt-boot-modules .version>
38
+
36
39
<!-- Dependency versions -->
37
- <gwt-boot-modules .version>1.0.0</gwt-boot-modules .version>
38
40
<gwt .version>2.9.0</gwt .version>
39
41
<gwt-maven-plugin .version>1.0.0</gwt-maven-plugin .version>
40
42
<gwt-bootstrap3 .version>0.9.4</gwt-bootstrap3 .version>
252
254
<version >${dncomponents.version} </version >
253
255
<scope >compile</scope >
254
256
</dependency >
255
- <!-- GWT Starters -->
257
+
258
+ <!-- GWT Starters used for without parent pom.xml -->
256
259
<dependency >
257
260
<groupId >com.github.gwtboot</groupId >
258
261
<artifactId >gwt-boot-starter</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-dependencies</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../gwt-boot-dependencies</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-parent</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >gwt-boot-starters</artifactId >
26
26
<groupId >com.github.gwtboot</groupId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-dagger2</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-starters</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-domino-rest</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-starters</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-elemento-core</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-starters</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-elemento-template</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >gwt-boot-starters</artifactId >
26
26
<groupId >com.github.gwtboot</groupId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-gin</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >gwt-boot-starters</artifactId >
26
26
<groupId >com.github.gwtboot</groupId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-gwteventbinder</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.gwtboot</groupId >
26
26
<artifactId >gwt-boot-dependencies</artifactId >
27
- <version >1.0.0 </version >
27
+ <version >1.0.1-SNAPSHOT </version >
28
28
<relativePath >../../gwt-boot-dependencies</relativePath >
29
29
</parent >
30
30
<artifactId >gwt-boot-starter-parent</artifactId >
You can’t perform that action at this time.
0 commit comments