Skip to content

Commit

Permalink
Bump maven-fluido-skin from 1.9 to 1.10.0 (#545)
Browse files Browse the repository at this point in the history
* Bump maven-fluido-skin from 1.9 to 1.10.0

Bumps [maven-fluido-skin](https://github.com/apache/maven-fluido-skin) from 1.9 to 1.10.0.
- [Release notes](https://github.com/apache/maven-fluido-skin/releases)
- [Commits](apache/maven-fluido-skin@maven-fluido-skin-1.9...maven-fluido-skin-1.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.skins:maven-fluido-skin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update skin in site.xml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
  • Loading branch information
dependabot[bot] and ctubbsii committed Dec 1, 2021
1 parent b8637a8 commit eb0818b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
<dependency>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</skin>
<custom>
<fluidoSkin>
Expand Down

0 comments on commit eb0818b

Please sign in to comment.