Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 3346112

Browse files
ebourgslachiewicz
authored andcommitted
Switch to the Eclipse sisu-maven-plugin
1 parent fc5d108 commit 3346112

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<pluginExecutions>
5353
<pluginExecution>
5454
<pluginExecutionFilter>
55-
<groupId>org.sonatype.plugins</groupId>
55+
<groupId>org.eclipse.sisu</groupId>
5656
<artifactId>sisu-maven-plugin</artifactId>
57-
<versionRange>[1.1,)</versionRange>
57+
<versionRange>[0.3.4,)</versionRange>
5858
<goals>
5959
<goal>test-index</goal>
6060
<goal>main-index</goal>
@@ -104,9 +104,9 @@
104104
</plugin>
105105

106106
<plugin>
107-
<groupId>org.sonatype.plugins</groupId>
107+
<groupId>org.eclipse.sisu</groupId>
108108
<artifactId>sisu-maven-plugin</artifactId>
109-
<version>1.1</version>
109+
<version>0.3.4</version>
110110
<executions>
111111
<execution>
112112
<goals>

0 commit comments

Comments
 (0)