This repository was archived by the owner on Oct 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.seasar.doma</groupId >
88 <artifactId >doma-quarkus-parent</artifactId >
9- <version >999-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66
77 <groupId >org.seasar.doma</groupId >
88 <artifactId >doma-quarkus-parent</artifactId >
9- <version >999-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010 <name >Quarkus - Doma - Parent</name >
1111 <packaging >pom</packaging >
1212 <description >Quarkus Extension for Doma</description >
4343 <compiler-plugin .version>3.8.1</compiler-plugin .version>
4444 <source-plugin .version>2.2.1</source-plugin .version>
4545 <javadoc-plugin .version>3.2.0</javadoc-plugin .version>
46- <gpg-plugin .version>1.5 </gpg-plugin .version>
46+ <gpg-plugin .version>1.6 </gpg-plugin .version>
4747 <versions-plugin .version>2.7</versions-plugin .version>
4848 <nexus-staging-plugin .version>1.6.7</nexus-staging-plugin .version>
4949 </properties >
6969 <activation >
7070 <activeByDefault >false</activeByDefault >
7171 </activation >
72- <id >release </id >
72+ <id >deploy </id >
7373 <build >
7474 <plugins >
7575 <plugin >
119119 <goals >
120120 <goal >sign</goal >
121121 </goals >
122+ <configuration >
123+ <!-- Prevent `gpg` from using pinentry programs -->
124+ <gpgArguments >
125+ <arg >--pinentry-mode</arg >
126+ <arg >loopback</arg >
127+ </gpgArguments >
128+ </configuration >
122129 </execution >
123130 </executions >
124131 </plugin >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.seasar.doma</groupId >
88 <artifactId >doma-quarkus-parent</artifactId >
9- <version >999-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
You can’t perform that action at this time.
0 commit comments