This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# AWS Maven Wagon
2
2
##NOTE: THIS PROJECT IS NOT SUPPORTED ANYMORE!!!
3
3
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)
5
5
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
6
6
7
7
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/5a8ab8e30fb24f3a2ef5b4be/badge.svg?style=flat-square )] ( https://www.versioneye.com/user/projects/5a8ab8e30fb24f3a2ef5b4be )
Original file line number Diff line number Diff line change 158
158
</plugin >
159
159
160
160
<!-- Publish to Maven Central -->
161
- <!--
162
161
<plugin >
163
162
<groupId >org.sonatype.plugins</groupId >
164
163
<artifactId >nexus-staging-maven-plugin</artifactId >
210
209
</execution >
211
210
</executions >
212
211
</plugin >
213
- -->
214
212
</plugins >
215
213
216
214
</build >
245
243
<developers >
246
244
<developer >
247
245
<id >poad</id >
248
- <name >Kenji Saitok </name >
246
+ <name >Kenji Saito </name >
249
247
<email >poad1010@gmail.com</email >
250
248
</developer >
251
249
</developers >
252
250
253
251
<!-- Publish to Maven Central -->
254
- <!--
255
252
<distributionManagement >
256
253
<snapshotRepository >
257
254
<id >ossrh</id >
258
255
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
259
256
</snapshotRepository >
260
257
<repository >
261
258
<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 >
263
260
</repository >
264
261
</distributionManagement >
265
262
275
272
</properties >
276
273
</profile >
277
274
</profiles >
278
- -->
279
- </project >
275
+ </project >
You can’t perform that action at this time.
0 commit comments