File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ limitations under the License.
405
405
<plugin >
406
406
<groupId >org.apache.maven.plugins</groupId >
407
407
<artifactId >maven-scm-publish-plugin</artifactId >
408
- <version >1.1 </version >
408
+ <version >3.0.0 </version >
409
409
<configuration >
410
410
<!-- using scm.developerConnection instead of distributionManagement.site.url -->
411
411
<pubScmUrl >${project.scm.developerConnection} </pubScmUrl >
@@ -415,7 +415,7 @@ limitations under the License.
415
415
<plugin >
416
416
<groupId >org.apache.maven.plugins</groupId >
417
417
<artifactId >maven-site-plugin</artifactId >
418
- <version >3.6 </version >
418
+ <version >3.7.1 </version >
419
419
<configuration >
420
420
<skipDeploy >true</skipDeploy ><!-- don't deploy site with maven-site-plugin -->
421
421
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
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" >
5
5
<bannerLeft >
6
6
<name >Plexus</name >
7
7
<href >http://codehaus-plexus.github.io/</href >
11
11
<skin >
12
12
<groupId >org.apache.maven.skins</groupId >
13
13
<artifactId >maven-fluido-skin</artifactId >
14
- <version >1.6 </version >
14
+ <version >1.7 </version >
15
15
</skin >
16
16
17
+ <edit >${project.scm.url}</edit >
18
+
17
19
<custom >
18
20
<fluidoSkin >
19
21
<sourceLineNumbersEnabled >true</sourceLineNumbersEnabled >
You can’t perform that action at this time.
0 commit comments