This repository was archived by the owner on Apr 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change 12
12
<maven .compiler.target>${project.build.targetVersion} </maven .compiler.target>
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<netbeans .hint.jdkPlatform>JDK_${project.build.targetVersion} </netbeans .hint.jdkPlatform>
15
- <maven-javadoc-plugin .version>3.0.0 </maven-javadoc-plugin .version>
15
+ <maven-javadoc-plugin .version>3.0.1 </maven-javadoc-plugin .version>
16
16
</properties >
17
17
<organization >
18
18
<name >B3Partners B.V.</name >
33
33
<repository >
34
34
<id >repo.b3p.nl</id >
35
35
<name >B3P release Repository</name >
36
- <url >http ://repo.b3p.nl/nexus/content/repositories /releases/</url >
36
+ <url >https ://repo.b3p.nl/nexus/repository /releases/</url >
37
37
</repository >
38
38
<snapshotRepository >
39
39
<id >repo.b3p.nl</id >
40
40
<name >B3P snapshot Repository</name >
41
- <url >http ://repo.b3p.nl/nexus/content/repositories /snapshots/</url >
41
+ <url >https ://repo.b3p.nl/nexus/repository /snapshots/</url >
42
42
</snapshotRepository >
43
43
<site >
44
44
<id >gh-pages</id >
54
54
</plugin >
55
55
<plugin >
56
56
<artifactId >maven-site-plugin</artifactId >
57
- <version >3.7</version >
57
+ <version >3.7.1 </version >
58
58
<configuration >
59
59
<skipDeploy >true</skipDeploy >
60
60
<generateSitemap >true</generateSitemap >
81
81
</execution >
82
82
</executions >
83
83
</plugin >
84
+ <plugin >
85
+ <artifactId >maven-enforcer-plugin</artifactId >
86
+ <version >3.0.0-M2</version >
87
+ <executions >
88
+ <execution >
89
+ <id >enforce-maven</id >
90
+ <goals >
91
+ <goal >enforce</goal >
92
+ </goals >
93
+ <configuration >
94
+ <rules >
95
+ <requireMavenVersion >
96
+ <version >[3.3.9,)</version >
97
+ </requireMavenVersion >
98
+ <requireJavaVersion >
99
+ <version >${java.version} </version >
100
+ </requireJavaVersion >
101
+ </rules >
102
+ </configuration >
103
+ </execution >
104
+ </executions >
105
+ </plugin >
84
106
</plugins >
85
107
</build >
86
108
<reporting >
87
109
<plugins >
88
110
<plugin >
89
111
<artifactId >maven-project-info-reports-plugin</artifactId >
90
- <version >2.9 </version >
112
+ <version >3.0.0 </version >
91
113
</plugin >
92
114
<plugin >
93
115
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments