File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 5858 <maven .compiler.release>8</maven .compiler.release> <!-- used for compiler and javadoc plugin -->
5959 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6060 <junit .jupiter.version>5.9.0</junit .jupiter.version>
61- <njord .version>0.8.3</njord .version>
61+ <njord .version>0.8.7</njord .version>
62+ <!-- https://maveniverse.eu/docs/njord/configuration/#global-properties -->
63+ <njord .releaseUrl>njord:template:release-sca</njord .releaseUrl>
64+ <njord .snapshotUrl>njord:template:snapshot</njord .snapshotUrl>
65+ <njord .publisher>sonatype-cp</njord .publisher>
66+ <njord .autoPublish>true</njord .autoPublish>
67+ <njord .publishingType>automatic</njord .publishingType>
68+ <njord .waitForStates>true</njord .waitForStates>
6269 </properties >
6370
6471 <dependencyManagement >
173180 <artifactId >maven-gpg-plugin</artifactId >
174181 <version >3.2.7</version >
175182 </plugin >
176- <plugin >
177- <groupId >org.sonatype.plugins</groupId >
178- <artifactId >nexus-staging-maven-plugin</artifactId >
179- <version >1.7.0</version >
180- </plugin >
181183 <plugin >
182184 <groupId >org.apache.jackrabbit</groupId >
183185 <artifactId >filevault-package-maven-plugin</artifactId >
352354 <plugin >
353355 <groupId >org.jacoco</groupId >
354356 <artifactId >jacoco-maven-plugin</artifactId >
355- <version >0.8.12 </version >
357+ <version >0.8.14 </version >
356358 <executions >
357359 <execution >
358360 <id >prepare-jacoco-agent</id >
You can’t perform that action at this time.
0 commit comments