提交 19781fdb 编写于 作者: B Bogdan Kobylynskyi

Fix versions and .maven.xml

上级 bbf2686a
......@@ -189,7 +189,7 @@ jobs:
working-directory: plugins/maven/graphql-java-codegen-maven-plugin
run: |
mvn \
--settings .maven.xml
--settings .maven.xml \
--no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-client</artifactId>
<version>4.1.4-SNAPSHOT</version>
<version>4.1.4</version>
<name>graphql-codegen-maven-plugin-example-client</name>
<build>
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-server</artifactId>
<version>4.1.4-SNAPSHOT</version>
<version>4.1.4</version>
<name>graphql-codegen-maven-plugin-example-server</name>
<build>
......
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemalocation="http://maven.apache.org/SETTINGS/1.0.0
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<!-- Maven Central deployment -->
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.1.4-SNAPSHOT</version>
<version>4.1.4</version>
<packaging>maven-plugin</packaging>
<name>graphql-codegen-maven-plugin</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册