Skip to content

Commit 0e5a0cb

Browse files
committed
removed release plugin
1 parent 93b5dd8 commit 0e5a0cb

File tree

9 files changed

+17
-32
lines changed

9 files changed

+17
-32
lines changed

nitrite-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugins>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
75-
<artifactId>maven-release-plugin</artifactId>
75+
<artifactId>maven-gpg-plugin</artifactId>
7676
</plugin>
7777
<plugin>
7878
<groupId>org.sonatype.plugins</groupId>

nitrite-jackson-mapper/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@
128128
<artifactId>maven-source-plugin</artifactId>
129129
</plugin>
130130
<plugin>
131-
<groupId>org.codehaus.mojo</groupId>
132-
<artifactId>animal-sniffer-maven-plugin</artifactId>
131+
<groupId>org.apache.maven.plugins</groupId>
132+
<artifactId>maven-gpg-plugin</artifactId>
133133
</plugin>
134134
<plugin>
135-
<groupId>org.apache.maven.plugins</groupId>
136-
<artifactId>maven-release-plugin</artifactId>
135+
<groupId>org.codehaus.mojo</groupId>
136+
<artifactId>animal-sniffer-maven-plugin</artifactId>
137137
</plugin>
138138
<plugin>
139139
<groupId>org.sonatype.plugins</groupId>

nitrite-mvstore-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</plugin>
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174-
<artifactId>maven-release-plugin</artifactId>
174+
<artifactId>maven-gpg-plugin</artifactId>
175175
</plugin>
176176
<plugin>
177177
<groupId>org.sonatype.plugins</groupId>

nitrite-rocksdb-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
</plugin>
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172-
<artifactId>maven-release-plugin</artifactId>
172+
<artifactId>maven-gpg-plugin</artifactId>
173173
</plugin>
174174
<plugin>
175175
<groupId>org.sonatype.plugins</groupId>

nitrite-spatial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</plugin>
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-release-plugin</artifactId>
107+
<artifactId>maven-gpg-plugin</artifactId>
108108
</plugin>
109109
<plugin>
110110
<groupId>org.sonatype.plugins</groupId>

nitrite-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</plugin>
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115-
<artifactId>maven-release-plugin</artifactId>
115+
<artifactId>maven-gpg-plugin</artifactId>
116116
</plugin>
117117
<plugin>
118118
<groupId>org.sonatype.plugins</groupId>

nitrite/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@
202202
<artifactId>maven-source-plugin</artifactId>
203203
</plugin>
204204
<plugin>
205-
<groupId>org.codehaus.mojo</groupId>
206-
<artifactId>animal-sniffer-maven-plugin</artifactId>
205+
<groupId>org.apache.maven.plugins</groupId>
206+
<artifactId>maven-gpg-plugin</artifactId>
207207
</plugin>
208208
<plugin>
209-
<groupId>org.apache.maven.plugins</groupId>
210-
<artifactId>maven-release-plugin</artifactId>
209+
<groupId>org.codehaus.mojo</groupId>
210+
<artifactId>animal-sniffer-maven-plugin</artifactId>
211211
</plugin>
212212
<plugin>
213213
<groupId>org.sonatype.plugins</groupId>

pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<dokka.version>1.9.10</dokka.version>
8888
<animal-sniffer.version>1.23</animal-sniffer.version>
8989
<api-level-24.version>7.0_r2</api-level-24.version>
90-
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
9190
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
9291
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
9392
</properties>
@@ -493,28 +492,14 @@
493492
</execution>
494493
</executions>
495494
</plugin>
496-
<plugin>
497-
<groupId>org.apache.maven.plugins</groupId>
498-
<artifactId>maven-release-plugin</artifactId>
499-
<version>${maven-release-plugin.version}</version>
500-
<configuration>
501-
<tagNameFormat>v@{project.version}</tagNameFormat>
502-
<scmCommentPrefix>[ci release]</scmCommentPrefix>
503-
<autoVersionSubmodules>true</autoVersionSubmodules>
504-
<releaseProfiles>release</releaseProfiles>
505-
<pushChanges>false</pushChanges>
506-
<developmentVersion>${project.version}</developmentVersion>
507-
<goals>deploy</goals>
508-
</configuration>
509-
</plugin>
510495
<plugin>
511496
<groupId>org.sonatype.plugins</groupId>
512497
<artifactId>nexus-staging-maven-plugin</artifactId>
513498
<version>${nexus-staging-maven-plugin.version}</version>
514499
<extensions>true</extensions>
515500
<configuration>
516501
<serverId>ossrh</serverId>
517-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
502+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
518503
<autoReleaseAfterClose>true</autoReleaseAfterClose>
519504
</configuration>
520505
</plugin>
@@ -526,13 +511,13 @@
526511
<!-- Repository for snapshots -->
527512
<snapshotRepository>
528513
<id>ossrh</id>
529-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
514+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
530515
</snapshotRepository>
531516
<!-- Repository for releases -->
532517
<repository>
533518
<id>ossrh</id>
534519
<name>Nexus Release Repository</name>
535-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
520+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
536521
</repository>
537522
</distributionManagement>
538523

potassium-nitrite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</plugin>
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148-
<artifactId>maven-release-plugin</artifactId>
148+
<artifactId>maven-gpg-plugin</artifactId>
149149
</plugin>
150150
<plugin>
151151
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)