Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit ac7b912

Browse files
committed
publish to Maven Central
1 parent 6d86328 commit ac7b912

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AWS Maven Wagon
22
##NOTE: THIS PROJECT IS NOT SUPPORTED ANYMORE!!!
33

4-
[![GitHub version](https://badge.fury.io/gh/poad%2Faws-maven.svg)](http://badge.fury.io/gh/poad%2Faws-maven)
4+
[![GitHub version](https://badge.fury.io/gh/poad%2Faws-maven.svg)](https://badge.fury.io/gh/poad%2Faws-maven)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

77
[![Dependency Status](https://www.versioneye.com/user/projects/5a8ab8e30fb24f3a2ef5b4be/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5a8ab8e30fb24f3a2ef5b4be)

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
</plugin>
159159

160160
<!-- Publish to Maven Central -->
161-
<!--
162161
<plugin>
163162
<groupId>org.sonatype.plugins</groupId>
164163
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -210,7 +209,6 @@
210209
</execution>
211210
</executions>
212211
</plugin>
213-
-->
214212
</plugins>
215213

216214
</build>
@@ -245,21 +243,20 @@
245243
<developers>
246244
<developer>
247245
<id>poad</id>
248-
<name>Kenji Saitok</name>
246+
<name>Kenji Saito</name>
249247
<email>poad1010@gmail.com</email>
250248
</developer>
251249
</developers>
252250

253251
<!-- Publish to Maven Central -->
254-
<!--
255252
<distributionManagement>
256253
<snapshotRepository>
257254
<id>ossrh</id>
258255
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
259256
</snapshotRepository>
260257
<repository>
261258
<id>ossrh</id>
262-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
259+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
263260
</repository>
264261
</distributionManagement>
265262

@@ -275,5 +272,4 @@
275272
</properties>
276273
</profile>
277274
</profiles>
278-
-->
279-
</project>
275+
</project>

0 commit comments

Comments
 (0)