Skip to content

Commit

Permalink
Update site dependency for 2.8.x only
Browse files Browse the repository at this point in the history
In 2.9.0, we will a newer kohlschutter-parent.
  • Loading branch information
kohlschuetter committed Nov 12, 2023
1 parent cfec208 commit 45d0700
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ In contrast to other implementations, junixsocket extends the Java Sockets API (
<targetJdk>1.8</targetJdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M11</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0-M8</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 45d0700

Please sign in to comment.