Skip to content

Commit 2406715

Browse files
committed
Automated version update: 1.0.12.Final
1 parent aa4b8a6 commit 2406715

File tree

22 files changed

+5
-5
lines changed

22 files changed

+5
-5
lines changed

cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.apicurio</groupId>
1111
<artifactId>apicurio-codegen-parent</artifactId>
12-
<version>1.0.12-SNAPSHOT</version>
12+
<version>1.0.12.Final</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.apicurio</groupId>
1111
<artifactId>apicurio-codegen-parent</artifactId>
12-
<version>1.0.12-SNAPSHOT</version>
12+
<version>1.0.12.Final</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

core/src/main/java/io/apicurio/hub/api/codegen/JaxRsProjectSettings.java

100644100755
File mode changed.

maven-plugin-tests/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-codegen-parent</artifactId>
9-
<version>1.0.12-SNAPSHOT</version>
9+
<version>1.0.12.Final</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

maven-plugin-tests/src/it/basic-codegen-test/.gitignore

100644100755
File mode changed.

maven-plugin-tests/src/it/basic-codegen-test/invoker.properties

100644100755
File mode changed.

maven-plugin-tests/src/it/basic-codegen-test/openapi.json

100644100755
File mode changed.

maven-plugin-tests/src/it/basic-codegen-test/pom.xml

100644100755
File mode changed.

maven-plugin-tests/src/it/basic-codegen-test/src/test/java/io/apicurio/codegen/tests/BasicCodegenTest.java

100644100755
File mode changed.

maven-plugin-tests/src/it/settings.xml

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/.gitignore

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/invoker.properties

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/openapi.json

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/pom.xml

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/src/main/java/io/apicurio/codegen/tests/widget/api/WidgetsResourceImpl.java

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/src/main/resources/application.properties

100644100755
File mode changed.

maven-plugin-tests/src/it/widget-api-test/src/test/java/io/apicurio/codegen/tests/basic/api/WidgetsResourceTest.java

100644100755
File mode changed.

maven-plugin/.gitignore

100644100755
File mode changed.

maven-plugin/pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-codegen-parent</artifactId>
9-
<version>1.0.12-SNAPSHOT</version>
9+
<version>1.0.12.Final</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

maven-plugin/src/main/java/io/apicurio/codegen/maven/GenerateCodeMojo.java

100644100755
File mode changed.

maven-plugin/src/main/java/io/apicurio/codegen/maven/ProjectSettings.java

100644100755
File mode changed.

pom.xml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-codegen-parent</artifactId>
8-
<version>1.0.12-SNAPSHOT</version>
8+
<version>1.0.12.Final</version>
99
<name>apicurio-codegen-parent</name>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)