@@ -136,12 +136,12 @@ To use Nalu add the following dependencies to your pom:
136136<dependency >
137137 <groupId >io.github.nalukit</groupId >
138138 <artifactId >nalu</artifactId >
139- <version >3.1 .1</version >
139+ <version >4.0 .1</version >
140140</dependency >
141141<dependency >
142142 <groupId >io.github.nalukit</groupId >
143143 <artifactId >nalu-processor</artifactId >
144- <version >3.1 .1</version >
144+ <version >4.0 .1</version >
145145 <scope >provided</scope >
146146</dependency >
147147```
@@ -173,7 +173,7 @@ If the project uses a widget set based on **Elemental2**, **Elemento** or **Domi
173173<dependency >
174174 <groupId >io.github.nalukit</groupId >
175175 <artifactId >nalu-plugin-elemental2</artifactId >
176- <version >3.1 .1</version >
176+ <version >4.0 .1</version >
177177</dependency >
178178```
179179
@@ -202,7 +202,7 @@ For Elemento there's a dedicated plugin which supports `org.jboss.gwt.elemento.c
202202<dependency >
203203 <groupId >io.github.nalukit</groupId >
204204 <artifactId >nalu-plugin-elemento</artifactId >
205- <version >3.1 .1</version >
205+ <version >4.0 .1</version >
206206</dependency >
207207```
208208
@@ -222,7 +222,7 @@ For Domino-UI Version 2 there's also a dedicated plugin which supports `org.domi
222222<dependency >
223223 <groupId >io.github.nalukit</groupId >
224224 <artifactId >nalu-plugin-domino-v2</artifactId >
225- <version >3.1 .1</version >
225+ <version >4.0 .1</version >
226226</dependency >
227227```
228228
@@ -265,7 +265,7 @@ If your project uses a widget set based on **GWT** 2.8.2 or newer, use the **Nal
265265 <dependency >
266266 <groupId >io.github.nalukit</groupId >
267267 <artifactId >nalu-plugin-gwt</artifactId >
268- <version >3.1 .1</version >
268+ <version >4.0 .1</version >
269269 </dependency >
270270 <dependency >
271271 <groupId >io.github.nalukit</groupId >
0 commit comments