Skip to content

Commit 080e07d

Browse files
committed
Bump to next snapshot
1 parent 9593253 commit 080e07d

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

avaje-nima-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-nima-parent</artifactId>
9-
<version>1.5</version>
9+
<version>1.6-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>avaje-nima-bom</artifactId>
@@ -143,22 +143,22 @@
143143
<dependency>
144144
<groupId>io.avaje</groupId>
145145
<artifactId>avaje-nima</artifactId>
146-
<version>1.5</version>
146+
<version>1.6-SNAPSHOT</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.avaje</groupId>
150150
<artifactId>avaje-nima-htmx</artifactId>
151-
<version>1.5</version>
151+
<version>1.6-SNAPSHOT</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.avaje</groupId>
155155
<artifactId>avaje-nima-generator</artifactId>
156-
<version>1.5</version>
156+
<version>1.6-SNAPSHOT</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.avaje</groupId>
160160
<artifactId>avaje-nima-test</artifactId>
161-
<version>1.5</version>
161+
<version>1.6-SNAPSHOT</version>
162162
</dependency>
163163
</dependencies>
164164
</dependencyManagement>

avaje-nima-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-nima-parent</artifactId>
7-
<version>1.5</version>
7+
<version>1.6-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>avaje-nima-generator</artifactId>

avaje-nima-htmx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-nima-parent</artifactId>
9-
<version>1.5</version>
9+
<version>1.6-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>avaje-nima-htmx</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-nima</artifactId>
24-
<version>1.5</version>
24+
<version>1.6-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.avaje</groupId>

avaje-nima-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-nima-parent</artifactId>
8-
<version>1.5</version>
8+
<version>1.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>avaje-nima-test</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-nima</artifactId>
19-
<version>1.5</version>
19+
<version>1.6-SNAPSHOT</version>
2020
</dependency>
2121

2222
<!-- dependency injection component testing -->

avaje-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-nima-parent</artifactId>
8-
<version>1.5</version>
8+
<version>1.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>avaje-nima</artifactId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>io.avaje</groupId>
1414
<artifactId>avaje-nima-parent</artifactId>
1515
<name>avaje-nima-parent</name>
16-
<version>1.5</version>
16+
<version>1.6-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<scm>
@@ -175,22 +175,22 @@
175175
<dependency>
176176
<groupId>io.avaje</groupId>
177177
<artifactId>avaje-nima</artifactId>
178-
<version>1.5</version>
178+
<version>1.6-SNAPSHOT</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>io.avaje</groupId>
182182
<artifactId>avaje-nima-htmx</artifactId>
183-
<version>1.5</version>
183+
<version>1.6-SNAPSHOT</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>io.avaje</groupId>
187187
<artifactId>avaje-nima-generator</artifactId>
188-
<version>1.5</version>
188+
<version>1.6-SNAPSHOT</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>io.avaje</groupId>
192192
<artifactId>avaje-nima-test</artifactId>
193-
<version>1.5</version>
193+
<version>1.6-SNAPSHOT</version>
194194
</dependency>
195195
</dependencies>
196196
</dependencyManagement>

test-avaje-nima/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-nima-parent</artifactId>
8-
<version>1.5</version>
8+
<version>1.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>test-avaje-nima</artifactId>
@@ -35,13 +35,13 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-nima</artifactId>
38-
<version>1.5</version>
38+
<version>1.6-SNAPSHOT</version>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>io.avaje</groupId>
4343
<artifactId>avaje-nima-test</artifactId>
44-
<version>1.5</version>
44+
<version>1.6-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747

@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.avaje</groupId>
5757
<artifactId>avaje-nima-generator</artifactId>
58-
<version>1.5</version>
58+
<version>1.6-SNAPSHOT</version>
5959
<scope>provided</scope>
6060
</dependency>
6161

0 commit comments

Comments
 (0)