Skip to content

Commit 763654f

Browse files
committed
prepare for release
1 parent b1b7c3e commit 763654f

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

domino-rest-test-java17/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
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>

domino-rest-test/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@
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>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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>
@@ -366,6 +366,11 @@
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>

0 commit comments

Comments
 (0)