Skip to content

Commit 1c6150e

Browse files
committed
Release and Build work
1 parent e01fca9 commit 1c6150e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
3+
<extension>
4+
<groupId>org.springframework.build</groupId>
5+
<artifactId>aws-maven</artifactId>
6+
<version>5.0.0.RELEASE</version>
7+
</extension>
8+
</extensions>

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@
485485
</extensions>
486486
</build>
487487

488+
488489
<profiles>
489490
<profile>
490491
<id>s3</id>
@@ -501,7 +502,7 @@
501502
<url>s3://dollar-repo/release</url>
502503
</repository>
503504
<snapshotRepository>
504-
<id>Component1-s3-snapshot-repo</id>
505+
<id>dollar-s3-snapshot-repo</id>
505506
<name>Snapshot Repository for Dollar</name>
506507
<url>s3://dollar-repo/snapshot</url>
507508
</snapshotRepository>
@@ -538,11 +539,6 @@
538539
</profile>
539540
<profile>
540541
<id>bintray</id>
541-
<activation>
542-
<property>
543-
<name>bintray</name>
544-
</property>
545-
</activation>
546542
<distributionManagement>
547543
<site>
548544
<id>http://sillelien.github.io/${project.artifactId}</id>
@@ -570,4 +566,5 @@
570566
</profile>
571567
</profiles>
572568

569+
573570
</project>

0 commit comments

Comments
 (0)