Skip to content

Commit

Permalink
[CI] Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 24, 2022
1 parent c4d7523 commit 5805e7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE-THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Lists of 149 third-party dependencies.
(The Apache Software License, Version 2.0) Java Faker (com.github.javafaker:javafaker:1.0.2 - http://github.com/DiUS/java-faker)
(The Apache Software License, Version 2.0) Generex (com.github.mifmif:generex:1.0.2 - https://github.com/mifmif/Generex/tree/master)
(The Apache Software License, Version 2.0) project ':json-path' (com.jayway.jsonpath:json-path:2.6.0 - https://github.com/jayway/JsonPath)
(Apache License, Version 2.0) appstore-metadata-service (com.lgi.appstore.metadata:appstore-metadata-service:0.1.3-SNAPSHOT - https://spring.io/projects/spring-boot/appstore-metadata-service-parent/appstore-metadata-service)
(Apache License, Version 2.0) appstore-metadata-service (com.lgi.appstore.metadata:appstore-metadata-service:0.1.3 - https://spring.io/projects/spring-boot/appstore-metadata-service-parent/appstore-metadata-service)
(Eclipse Distribution License - v 1.0) Old JAXB Runtime (com.sun.xml.bind:jaxb-impl:2.3.3 - https://eclipse-ee4j.github.io/jaxb-ri/jaxb-bundles/jaxb-impl)
(Apache License 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk)
(The Apache Software License, Version 2.0) HikariCP (com.zaxxer:HikariCP:4.0.3 - https://github.com/brettwooldridge/HikariCP)
Expand Down
2 changes: 1 addition & 1 deletion appstore-metadata-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.lgi.appstore.metadata</groupId>
<artifactId>appstore-metadata-service-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>appstore-metadata-service-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appstore-metadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.lgi.appstore.metadata</groupId>
<artifactId>appstore-metadata-service-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>appstore-metadata-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.lgi.appstore.metadata</groupId>
<artifactId>appstore-metadata-service-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 5805e7f

Please sign in to comment.