File tree Expand file tree Collapse file tree 2 files changed +6
-30
lines changed
plugins/maven/graphql-java-codegen-maven-plugin Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments