Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Demos were using implicit sisu index creation that is now disabled in parent, so needs sisu plugin.

Plus some minor updated.

---

https://issues.apache.org/jira/browse/MRESOLVER-549
https://issues.apache.org/jira/browse/MRESOLVER-550
https://issues.apache.org/jira/browse/MRESOLVER-551
  • Loading branch information
cstamas committed Apr 26, 2024
1 parent 4f16d5e commit 446009d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions maven-resolver-demos/maven-resolver-demo-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,13 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion maven-resolver-named-locks-redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.28.0</version>
<version>3.29.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -253,7 +253,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.17.2</version>
<version>0.21.1</version>
<configuration>
<oldVersion>
<!-- We compare same module against 1.8.0 set as "baseline" -->
Expand Down

0 comments on commit 446009d

Please sign in to comment.