Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 9122c71

Browse files
committed
Update Spring Boot 2.1.12.RELEASE (Activiti/Activiti#3047)
1 parent c060875 commit 9122c71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.1.11.RELEASE</version>
9+
<version>2.1.12.RELEASE</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>org.activiti.cloud.examples</groupId>
@@ -87,6 +87,12 @@
8787
</dependency>
8888
<!-- Marker Pom for Dependency Conversion Validation -->
8989
</dependencies>
90+
<repositories>
91+
<repository>
92+
<id>activiti-releases</id>
93+
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases</url>
94+
</repository>
95+
</repositories>
9096
<build>
9197
<plugins>
9298
<plugin>
@@ -113,10 +119,4 @@
113119
</plugin>
114120
</plugins>
115121
</build>
116-
<repositories>
117-
<repository>
118-
<id>activiti-releases</id>
119-
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases</url>
120-
</repository>
121-
</repositories>
122122
</project>

0 commit comments

Comments
 (0)