Skip to content

Commit 8fd6bcc

Browse files
committed
updated m-site-p to 3.7.1, m-scm-publish-p to 3.0.0 and site.xml edit
1 parent e319d0c commit 8fd6bcc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ limitations under the License.
405405
<plugin>
406406
<groupId>org.apache.maven.plugins</groupId>
407407
<artifactId>maven-scm-publish-plugin</artifactId>
408-
<version>1.1</version>
408+
<version>3.0.0</version>
409409
<configuration>
410410
<!-- using scm.developerConnection instead of distributionManagement.site.url -->
411411
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
@@ -415,7 +415,7 @@ limitations under the License.
415415
<plugin>
416416
<groupId>org.apache.maven.plugins</groupId>
417417
<artifactId>maven-site-plugin</artifactId>
418-
<version>3.6</version>
418+
<version>3.7.1</version>
419419
<configuration>
420420
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
421421
</configuration>

src/site/site.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
3+
<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
55
<bannerLeft>
66
<name>Plexus</name>
77
<href>http://codehaus-plexus.github.io/</href>
@@ -11,9 +11,11 @@
1111
<skin>
1212
<groupId>org.apache.maven.skins</groupId>
1313
<artifactId>maven-fluido-skin</artifactId>
14-
<version>1.6</version>
14+
<version>1.7</version>
1515
</skin>
1616

17+
<edit>${project.scm.url}</edit>
18+
1719
<custom>
1820
<fluidoSkin>
1921
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>

0 commit comments

Comments
 (0)