File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 8181 <moduleShortName >dominorestshared</moduleShortName >
8282 </configuration >
8383 </plugin >
84- <plugin >
85- <groupId >org.sonatype.central</groupId >
86- <artifactId >central-publishing-maven-plugin</artifactId >
87- <configuration >
88- <skipPublishing >true</skipPublishing >
89- </configuration >
90- </plugin >
9184 </plugins >
9285 </build >
9386</project >
Original file line number Diff line number Diff line change 7373 <moduleShortName >dominorestshared</moduleShortName >
7474 </configuration >
7575 </plugin >
76- <plugin >
77- <groupId >org.sonatype.central</groupId >
78- <artifactId >central-publishing-maven-plugin</artifactId >
79- <configuration >
80- <skipPublishing >true</skipPublishing >
81- </configuration >
82- </plugin >
8376 </plugins >
8477 </build >
8578</project >
Original file line number Diff line number Diff line change 6161
6262 <properties >
6363 <snapshot .version>HEAD-SNAPSHOT</snapshot .version>
64- <next .release.version>2.0.1 </next .release.version>
64+ <next .release.version>2.0.0 </next .release.version>
6565 <maven .compiler.source>11</maven .compiler.source>
6666 <maven .compiler.target>11</maven .compiler.target>
6767 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
366366 <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
367367 <publishingServerId >central</publishingServerId >
368368 <autoPublish >false</autoPublish >
369+ <excludeArtifacts >
370+ <excludeArtifact >domino-rest-client-test</excludeArtifact >
371+ <excludeArtifact >domino-rest-test</excludeArtifact >
372+ <excludeArtifact >domino-rest-test-java17</excludeArtifact >
373+ </excludeArtifacts >
369374 </configuration >
370375 </plugin >
371376 <plugin >
You can’t perform that action at this time.
0 commit comments