Skip to content

Commit 9a1586d

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent a19f01a commit 9a1586d

File tree

17 files changed

+27
-35
lines changed

17 files changed

+27
-35
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1010
<name>Quarkus - Openapi Generator - Deployment</name>

integration-tests/change-directory/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
86
<groupId>io.quarkiverse.openapi.generator</groupId>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
108
</parent>
119
<artifactId>quarkus-openapi-generator-it-change-directory</artifactId>
1210
<name>Quarkus - Openapi Generator - Integration Tests - Change directory</name>

integration-tests/circuit-breaker/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
75
<groupId>io.quarkiverse.openapi.generator</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

integration-tests/exclude/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/generation-input/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
66
<groupId>io.quarkiverse.openapi.generator</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Generation Input</name>

integration-tests/generation-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-generation-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Generation Tests</name>

integration-tests/include/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/multipart-request/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
75
<groupId>io.quarkiverse.openapi.generator</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests</name>

integration-tests/register-provider/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
75
<groupId>io.quarkiverse.openapi.generator</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)