Skip to content

Commit

Permalink
all: removed snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed Jun 8, 2024
1 parent 28590fd commit e42e2ab
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 37 deletions.
6 changes: 3 additions & 3 deletions pta-booking/doc/openapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi" : "3.0.3",
"info" : {
"title" : "Booking API (development)",
"title" : "Booking API",
"description" : "Booking API",
"termsOfService" : "Your terms here",
"contact" : {
Expand All @@ -17,10 +17,10 @@
},
"servers" : [ {
"url" : "http://localhost:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
}, {
"url" : "http://0.0.0.0:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
} ],
"paths" : {
"/sessions" : {
Expand Down
6 changes: 3 additions & 3 deletions pta-booking/doc/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
title: Booking API (development)
title: Booking API
description: Booking API
termsOfService: Your terms here
contact:
Expand All @@ -14,9 +14,9 @@ info:
version: 1.0.0
servers:
- url: http://localhost:8080
description: Auto-added by management interface
description: Auto generated value
- url: http://0.0.0.0:8080
description: Auto-added by management interface
description: Auto generated value
paths:
/sessions:
get:
Expand Down
5 changes: 3 additions & 2 deletions pta-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-booking</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pta-common</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.quinoa</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pta-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-common</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pta-customer/doc/openapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi" : "3.0.3",
"info" : {
"title" : "Customer API (development)",
"title" : "Customer API",
"description" : "Customer API",
"termsOfService" : "Your terms here",
"contact" : {
Expand All @@ -17,10 +17,10 @@
},
"servers" : [ {
"url" : "http://localhost:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
}, {
"url" : "http://0.0.0.0:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
} ],
"paths" : {
"/customers" : {
Expand Down
6 changes: 3 additions & 3 deletions pta-customer/doc/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
title: Customer API (development)
title: Customer API
description: Customer API
termsOfService: Your terms here
contact:
Expand All @@ -14,9 +14,9 @@ info:
version: 1.0.0
servers:
- url: http://localhost:8080
description: Auto-added by management interface
description: Auto generated value
- url: http://0.0.0.0:8080
description: Auto-added by management interface
description: Auto generated value
paths:
/customers:
get:
Expand Down
5 changes: 3 additions & 2 deletions pta-customer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-customer</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pta-common</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pta-designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-designer</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>
</project>
4 changes: 2 additions & 2 deletions pta-invoicing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-invoicing</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>
</project>
2 changes: 1 addition & 1 deletion pta-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.obya</groupId>
<artifactId>pta-modules</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
7 changes: 1 addition & 6 deletions pta-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -69,11 +69,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pta-common</artifactId>
<version>0.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>${quarkus.platform.artifact-id}</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pta-shopping/doc/openapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi" : "3.0.3",
"info" : {
"title" : "Shopping API (development)",
"title" : "Shopping API",
"description" : "Shopping API",
"termsOfService" : "Your terms here",
"contact" : {
Expand All @@ -17,10 +17,10 @@
},
"servers" : [ {
"url" : "http://localhost:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
}, {
"url" : "http://0.0.0.0:8080",
"description" : "Auto-added by management interface"
"description" : "Auto generated value"
} ],
"paths" : {
"/articles" : {
Expand Down
6 changes: 3 additions & 3 deletions pta-shopping/doc/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
title: Shopping API (development)
title: Shopping API
description: Shopping API
termsOfService: Your terms here
contact:
Expand All @@ -14,9 +14,9 @@ info:
version: 1.0.0
servers:
- url: http://localhost:8080
description: Auto-added by management interface
description: Auto generated value
- url: http://0.0.0.0:8080
description: Auto-added by management interface
description: Auto generated value
paths:
/articles:
get:
Expand Down
5 changes: 3 additions & 2 deletions pta-shopping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pta-parent/pom.xml</relativePath>
</parent>
<artifactId>pta-shopping</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pta-common</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.quinoa</groupId>
Expand Down

0 comments on commit e42e2ab

Please sign in to comment.