Skip to content

Commit 5d819aa

Browse files
committed
Version 1.1
1 parent c86e2b2 commit 5d819aa

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.1-RC4</version>
7+
<version>1.1</version>
88
</parent>
99

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

avaje-nima-test/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.1-RC4</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>avaje-nima-test</artifactId>

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.1-RC4</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>avaje-nima</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.avaje</groupId>
1414
<artifactId>avaje-nima-parent</artifactId>
15-
<version>1.1-RC4</version>
15+
<version>1.1</version>
1616
<packaging>pom</packaging>
1717

1818
<scm>
@@ -150,17 +150,17 @@
150150
<dependency>
151151
<groupId>io.avaje</groupId>
152152
<artifactId>avaje-nima</artifactId>
153-
<version>1.1-RC4</version>
153+
<version>1.1</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>io.avaje</groupId>
157157
<artifactId>avaje-nima-generator</artifactId>
158-
<version>1.1-RC4</version>
158+
<version>1.1</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>io.avaje</groupId>
162162
<artifactId>avaje-nima-test</artifactId>
163-
<version>1.1-RC4</version>
163+
<version>1.1</version>
164164
</dependency>
165165
</dependencies>
166166
</dependencyManagement>

test-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.1-RC4</version>
8+
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>test-avaje-nima</artifactId>

0 commit comments

Comments
 (0)