Skip to content

Commit

Permalink
Update maven-fluido-skin to 2.0.0-M11
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 1, 2024
1 parent b7f49c3 commit f9bfc3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.8.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd">
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<bannerLeft>
<src>https://maven.apache.org/images/apache-maven-project.png</src>
<href>https://www.apache.org/</href>
<bannerLeft href="https://www.apache.org/">
<image src="https://maven.apache.org/images/apache-maven-project.png"/>
</bannerLeft>

<bannerRight>
<src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
<href>https://maven.apache.org/</href>
<bannerRight href="https://www.apache.org/">
<image src="https://maven.apache.org/images/maven-logo-black-on-white.png"/>
</bannerRight>

<skin>
Expand Down Expand Up @@ -101,4 +99,4 @@ under the License.
</menu>

</body>
</project>
</site>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ under the License.
<version.maven-deploy-plugin>3.1.2</version.maven-deploy-plugin>
<version.maven-ear-plugin>3.3.0</version.maven-ear-plugin>
<version.maven-enforcer-plugin>3.5.0</version.maven-enforcer-plugin>
<version.maven-fluido-skin>1.12.0</version.maven-fluido-skin>
<version.maven-fluido-skin>2.0.0-M11</version.maven-fluido-skin>
<version.maven-gpg-plugin>3.2.4</version.maven-gpg-plugin>
<version.maven-help-plugin>3.4.1</version.maven-help-plugin>
<version.maven-install-plugin>3.1.2</version.maven-install-plugin>
Expand Down Expand Up @@ -493,7 +493,7 @@ under the License.
<includeClassifiers>source-release</includeClassifiers>
<excludeMainArtifact>true</excludeMainArtifact>
<csvSummary>false</csvSummary>
<!-- attach SHA-512 checksum as well to upload to Maven Staging Repo,
<!-- attach SHA-512 checksum as well to upload to Maven Staging Repo,
as this eases uploading from stage to dist and doesn't do harm in Maven Central -->
<attachChecksums>true</attachChecksums>
</configuration>
Expand Down

0 comments on commit f9bfc3e

Please # to comment.