From 61877e2dd450472a4cf32e17e38a38154c06ee97 Mon Sep 17 00:00:00 2001 From: lofidewanto Date: Wed, 7 Apr 2021 21:12:30 +0200 Subject: [PATCH] Back to 1.0.1 to tag first --- gwt-boot-dependencies/pom.xml | 4 ++-- gwt-boot-parent/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-elemento-template/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-gin/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-parent/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-test/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-ui-dncomponents/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-ui-domino/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-ui-gwtbootstrap3/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-ui-gwtmaterial/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter-ui-vue-gwt/pom.xml | 2 +- gwt-boot-starters/gwt-boot-starter/pom.xml | 2 +- gwt-boot-starters/pom.xml | 2 +- pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/gwt-boot-dependencies/pom.xml b/gwt-boot-dependencies/pom.xml index f886b9b..ad3bf63 100644 --- a/gwt-boot-dependencies/pom.xml +++ b/gwt-boot-dependencies/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-modules - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-dependencies @@ -34,7 +34,7 @@ - 1.0.2-SNAPSHOT + 1.0.1 2.9.0 diff --git a/gwt-boot-parent/pom.xml b/gwt-boot-parent/pom.xml index 3002669..8d52fcb 100644 --- a/gwt-boot-parent/pom.xml +++ b/gwt-boot-parent/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-dependencies - 1.0.2-SNAPSHOT + 1.0.1 ../gwt-boot-dependencies gwt-boot-parent diff --git a/gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml b/gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml index 9ba7fbb..0e55847 100644 --- a/gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-dagger2/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-dagger2 diff --git a/gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml b/gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml index d9d45b7..95b4634 100644 --- a/gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-domino-rest/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-domino-rest diff --git a/gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml b/gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml index cd25a8a..e070b64 100644 --- a/gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-elemento-core/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-elemento-core diff --git a/gwt-boot-starters/gwt-boot-starter-elemento-template/pom.xml b/gwt-boot-starters/gwt-boot-starter-elemento-template/pom.xml index e59dd37..a3a7740 100644 --- a/gwt-boot-starters/gwt-boot-starter-elemento-template/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-elemento-template/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-elemento-template diff --git a/gwt-boot-starters/gwt-boot-starter-gin/pom.xml b/gwt-boot-starters/gwt-boot-starter-gin/pom.xml index ca6eb75..488c724 100644 --- a/gwt-boot-starters/gwt-boot-starter-gin/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-gin/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-gin diff --git a/gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml b/gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml index 78c14f7..b3c693e 100644 --- a/gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-gwteventbinder/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-gwteventbinder diff --git a/gwt-boot-starters/gwt-boot-starter-parent/pom.xml b/gwt-boot-starters/gwt-boot-starter-parent/pom.xml index ed11c43..e9a35eb 100644 --- a/gwt-boot-starters/gwt-boot-starter-parent/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-parent/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-dependencies - 1.0.2-SNAPSHOT + 1.0.1 ../../gwt-boot-dependencies gwt-boot-starter-parent diff --git a/gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml b/gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml index cf4b843..0857ffd 100644 --- a/gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-restygwt/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-restygwt diff --git a/gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml b/gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml index 6646476..83667d5 100644 --- a/gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-rxgwt/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-rxgwt diff --git a/gwt-boot-starters/gwt-boot-starter-test/pom.xml b/gwt-boot-starters/gwt-boot-starter-test/pom.xml index 32992bc..5739add 100644 --- a/gwt-boot-starters/gwt-boot-starter-test/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-test/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-test diff --git a/gwt-boot-starters/gwt-boot-starter-ui-dncomponents/pom.xml b/gwt-boot-starters/gwt-boot-starter-ui-dncomponents/pom.xml index a4e9719..2c1f88b 100644 --- a/gwt-boot-starters/gwt-boot-starter-ui-dncomponents/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-ui-dncomponents/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-ui-dncomponents diff --git a/gwt-boot-starters/gwt-boot-starter-ui-domino/pom.xml b/gwt-boot-starters/gwt-boot-starter-ui-domino/pom.xml index c601235..aedd65b 100644 --- a/gwt-boot-starters/gwt-boot-starter-ui-domino/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-ui-domino/pom.xml @@ -24,7 +24,7 @@ gwt-boot-starters com.github.gwtboot - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-ui-domino diff --git a/gwt-boot-starters/gwt-boot-starter-ui-gwtbootstrap3/pom.xml b/gwt-boot-starters/gwt-boot-starter-ui-gwtbootstrap3/pom.xml index 529ff13..efbf473 100644 --- a/gwt-boot-starters/gwt-boot-starter-ui-gwtbootstrap3/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-ui-gwtbootstrap3/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-ui-gwtbootstrap3 diff --git a/gwt-boot-starters/gwt-boot-starter-ui-gwtmaterial/pom.xml b/gwt-boot-starters/gwt-boot-starter-ui-gwtmaterial/pom.xml index a8dfc81..f7dbd33 100644 --- a/gwt-boot-starters/gwt-boot-starter-ui-gwtmaterial/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-ui-gwtmaterial/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-ui-gwtmaterial diff --git a/gwt-boot-starters/gwt-boot-starter-ui-vue-gwt/pom.xml b/gwt-boot-starters/gwt-boot-starter-ui-vue-gwt/pom.xml index d50b3b4..c00ece9 100644 --- a/gwt-boot-starters/gwt-boot-starter-ui-vue-gwt/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter-ui-vue-gwt/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter-ui-vue-gwt diff --git a/gwt-boot-starters/gwt-boot-starter/pom.xml b/gwt-boot-starters/gwt-boot-starter/pom.xml index 037aa0c..ded316c 100644 --- a/gwt-boot-starters/gwt-boot-starter/pom.xml +++ b/gwt-boot-starters/gwt-boot-starter/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-starters - 1.0.2-SNAPSHOT + 1.0.1 ../ gwt-boot-starter diff --git a/gwt-boot-starters/pom.xml b/gwt-boot-starters/pom.xml index 2266a12..e98082e 100644 --- a/gwt-boot-starters/pom.xml +++ b/gwt-boot-starters/pom.xml @@ -24,7 +24,7 @@ com.github.gwtboot gwt-boot-parent - 1.0.2-SNAPSHOT + 1.0.1 ../gwt-boot-parent gwt-boot-starters diff --git a/pom.xml b/pom.xml index c714388..abba859 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 com.github.gwtboot gwt-boot-modules - 1.0.2-SNAPSHOT + 1.0.1 pom gwt-boot-modules https://github.com/gwtboot/gwt-boot-modules