Skip to content

Commit eed2762

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6e03874 commit eed2762

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

plugins/maven/graphql-java-codegen-maven-plugin/.maven.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

plugins/maven/graphql-java-codegen-maven-plugin/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.kobylynskyi</groupId>
55
<artifactId>graphql-codegen-maven-plugin</artifactId>
6-
<version>5.7.2</version>
6+
<version>5.7.2-SNAPSHOT</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>graphql-codegen-maven-plugin</name>
@@ -36,7 +36,7 @@
3636
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
3737
</developerConnection>
3838
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/main/plugins/maven</url>
39-
<tag>v5.7.2</tag>
39+
<tag>HEAD</tag>
4040
</scm>
4141

4242
<distributionManagement>
@@ -80,6 +80,7 @@
8080
<groupId>org.apache.maven</groupId>
8181
<artifactId>maven-plugin-api</artifactId>
8282
<version>${version.maven-plugin-api}</version>
83+
<scope>provided</scope>
8384
</dependency>
8485
<dependency>
8586
<groupId>org.apache.maven</groupId>
@@ -91,11 +92,13 @@
9192
<artifactId>maven-shared-utils</artifactId>
9293
</exclusion>
9394
</exclusions>
95+
<scope>provided</scope>
9496
</dependency>
9597
<dependency>
9698
<groupId>org.apache.maven.shared</groupId>
9799
<artifactId>maven-shared-utils</artifactId>
98100
<version>${version.maven-shared-utils}</version>
101+
<scope>provided</scope>
99102
</dependency>
100103
<dependency>
101104
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -282,8 +285,7 @@
282285
<id>release-sign-artifacts</id>
283286
<activation>
284287
<property>
285-
<name>performRelease</name>
286-
<value>true</value>
288+
<name>gpg.passphrase</name>
287289
</property>
288290
</activation>
289291
<build>

0 commit comments

Comments
 (0)