Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 253b194

Browse files
authored
Merge pull request #172 from NottyCode/master
Make sure the 0.0.4 pom info is pulled into the maven repository
2 parents eb7c76f + 6bdbdae commit 253b194

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

starter-microservice-swagger/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildutils {
3232

3333
task installAllPOMs(type: MavenTask) {
3434
id 'swagger'
35-
def String[] localVersion = ['0.0.1', '0.0.2', '0.0.3']
35+
def String[] localVersion = ['0.0.1', '0.0.2', '0.0.3', '0.0.4']
3636
pomVersion localVersion
3737
hasProvided true
3838
hasRuntime true

starter-microservice-swagger/repository/0.0.4/runtime-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<groupId>net.wasdev.wlp.starters.swagger</groupId>
2929
<artifactId>server-snippet</artifactId>
3030
<type>xml</type>
31-
<version>0.0.3</version>
31+
<version>0.0.4</version>
3232
</dependency>
3333
</dependencies>
3434

35-
</project>
35+
</project>

0 commit comments

Comments
 (0)