Skip to content

Commit 446009d

Browse files
authored
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
1 parent 4f16d5e commit 446009d

File tree

3 files changed

+12
-3
lines changed
  • maven-resolver-demos/maven-resolver-demo-snippets
  • maven-resolver-named-locks-redisson

3 files changed

+12
-3
lines changed

maven-resolver-demos/maven-resolver-demo-snippets/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,13 @@
117117
<scope>test</scope>
118118
</dependency>
119119
</dependencies>
120+
121+
<build>
122+
<plugins>
123+
<plugin>
124+
<groupId>org.eclipse.sisu</groupId>
125+
<artifactId>sisu-maven-plugin</artifactId>
126+
</plugin>
127+
</plugins>
128+
</build>
120129
</project>

maven-resolver-named-locks-redisson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.redisson</groupId>
5252
<artifactId>redisson</artifactId>
53-
<version>3.28.0</version>
53+
<version>3.29.0</version>
5454
<exclusions>
5555
<exclusion>
5656
<groupId>org.slf4j</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929

@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>com.github.siom79.japicmp</groupId>
255255
<artifactId>japicmp-maven-plugin</artifactId>
256-
<version>0.17.2</version>
256+
<version>0.21.1</version>
257257
<configuration>
258258
<oldVersion>
259259
<!-- We compare same module against 1.8.0 set as "baseline" -->

0 commit comments

Comments
 (0)