Skip to content

Commit 80dcb5c

Browse files
committed
Update pom.xml
1 parent a4e0de9 commit 80dcb5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inject-generator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-prisms</artifactId>
28-
<version>1.0-SNAPSHOT</version>
28+
<version>1.0</version>
2929
<optional>true</optional>
3030
<scope>provided</scope>
3131
</dependency>
@@ -52,11 +52,11 @@
5252
<source>11</source>
5353
<target>11</target>
5454
<annotationProcessorPaths>
55-
<annotationProcessorPath>
55+
<path>
5656
<groupId>io.avaje</groupId>
5757
<artifactId>avaje-prisms</artifactId>
58-
<version>1.0-SNAPSHOT</version>
59-
</annotationProcessorPath>
58+
<version>1.0</version>
59+
</path>
6060
</annotationProcessorPaths>
6161
</configuration>
6262
</plugin>

0 commit comments

Comments
 (0)