Skip to content

Commit eddedaf

Browse files
committed
update pom, more fixes
1 parent 0769567 commit eddedaf

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

gbfs-validator-java/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
6161
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
6262
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
63-
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
6463
<wagon-ssh-external.version>2.12</wagon-ssh-external.version>
6564
<plexus-compiler-javac.version>2.15.0</plexus-compiler-javac.version>
6665
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>

pom.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -81,48 +81,6 @@
8181
<artifactId>sonar-maven-plugin</artifactId>
8282
<version>${sonar-maven-plugin.version}</version>
8383
</plugin>
84-
<plugin>
85-
<groupId>org.jreleaser</groupId>
86-
<artifactId>jreleaser-maven-plugin</artifactId>
87-
<version>${jreleaser-maven-plugin.version}</version>
88-
<configuration>
89-
<jreleaser>
90-
<signing>
91-
<active>ALWAYS</active>
92-
<armored>true</armored>
93-
</signing>
94-
<deploy>
95-
<maven>
96-
<mavenCentral>
97-
<sonatype>
98-
<active>RELEASE</active>
99-
<url>https://central.sonatype.com/api/v1/publisher</url>
100-
<stagingRepositories>target/staging-deploy</stagingRepositories>
101-
</sonatype>
102-
</mavenCentral>
103-
<nexus2>
104-
<maven-central>
105-
<active>SNAPSHOT</active>
106-
<url>https://ossrh-staging-api.central.sonatype.com/service/local</url>
107-
<snapshotUrl>https://central.sonatype.com/repository/maven-snapshots</snapshotUrl>
108-
<applyMavenCentralRules>true</applyMavenCentralRules>
109-
<snapshotSupported>true</snapshotSupported>
110-
<closeRepository>true</closeRepository>
111-
<releaseRepository>true</releaseRepository>
112-
<stagingRepositories>target/staging-deploy</stagingRepositories>
113-
</maven-central>
114-
</nexus2>
115-
</maven>
116-
</deploy>
117-
<release>
118-
<github>
119-
<skipTag>false</skipTag>
120-
<skipRelease>true</skipRelease>
121-
</github>
122-
</release>
123-
</jreleaser>
124-
</configuration>
125-
</plugin>
12684
</plugins>
12785
</build>
12886
</profile>

0 commit comments

Comments
 (0)