Skip to content

Commit 2cd32ec

Browse files
committed
Added AWS plugin to root pom
1 parent ec2cd66 commit 2cd32ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@
145145
</profile>
146146
</profiles>
147147
<build>
148+
<extensions>
149+
<extension>
150+
<groupId>org.springframework.build.aws</groupId>
151+
<artifactId>org.springframework.build.aws.maven</artifactId>
152+
<version>3.1.0.RELEASE</version>
153+
</extension>
154+
</extensions>
148155
<plugins>
149156
<plugin>
150157
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)