Skip to content

Commit 58b9738

Browse files
committed
Use release
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent d483473 commit 58b9738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<extension>
2020
<groupId>com.marvinformatics.jacoco</groupId>
2121
<artifactId>easy-jacoco-maven-plugin</artifactId>
22-
<version>0.0.1-SNAPSHOT</version>
22+
<version>0.1</version>
2323
</extension>
2424
</extensions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>com.marvinformatics.jacoco</groupId>
290290
<artifactId>easy-jacoco-maven-plugin</artifactId>
291-
<version>0.0.1-SNAPSHOT</version>
291+
<version>0.1</version>
292292
<configuration>
293293
<projectRules>
294294
<rule>

0 commit comments

Comments
 (0)