File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 485
485
</extensions >
486
486
</build >
487
487
488
+
488
489
<profiles >
489
490
<profile >
490
491
<id >s3</id >
501
502
<url >s3://dollar-repo/release</url >
502
503
</repository >
503
504
<snapshotRepository >
504
- <id >Component1 -s3-snapshot-repo</id >
505
+ <id >dollar -s3-snapshot-repo</id >
505
506
<name >Snapshot Repository for Dollar</name >
506
507
<url >s3://dollar-repo/snapshot</url >
507
508
</snapshotRepository >
538
539
</profile >
539
540
<profile >
540
541
<id >bintray</id >
541
- <activation >
542
- <property >
543
- <name >bintray</name >
544
- </property >
545
- </activation >
546
542
<distributionManagement >
547
543
<site >
548
544
<id >http://sillelien.github.io/${project.artifactId} </id >
570
566
</profile >
571
567
</profiles >
572
568
569
+
573
570
</project >
You can’t perform that action at this time.
0 commit comments