File tree Expand file tree Collapse file tree 1 file changed +22
-21
lines changed
Expand file tree Collapse file tree 1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <maven .compiler.source>12 </maven .compiler.source>
13- <maven .compiler.target>12 </maven .compiler.target>
12+ <maven .compiler.source>1.8 </maven .compiler.source>
13+ <maven .compiler.target>1.8 </maven .compiler.target>
1414 </properties >
1515
1616 <dependencies >
4141 <autoReleaseAfterClose >true</autoReleaseAfterClose >
4242 </configuration >
4343 </plugin >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-gpg-plugin</artifactId >
47+ <version >1.6</version >
48+ <executions >
49+ <execution >
50+ <id >sign-artifacts</id >
51+ <phase >verify</phase >
52+ <goals >
53+ <goal >sign</goal >
54+ </goals >
55+ </execution >
56+ </executions >
57+ <configuration >
58+ <gpgArguments >
59+ <arg >--pinentry-mode</arg >
60+ <arg >loopback</arg >
61+ </gpgArguments >
62+ </configuration >
63+ </plugin >
4464 </plugins >
4565 </build >
4666 <profiles >
4767 <profile >
4868 <id >release</id >
4969 <build >
5070 <plugins >
51- <plugin >
52- <groupId >org.apache.maven.plugins</groupId >
53- <artifactId >maven-gpg-plugin</artifactId >
54- <version >1.6</version >
55- <configuration >
56- <gpgArguments >
57- <arg >--pinentry-mode</arg >
58- <arg >loopback</arg >
59- </gpgArguments >
60- <executions >
61- <execution >
62- <id >sign-artifacts</id >
63- <phase >verify</phase >
64- <goals >
65- <goal >sign</goal >
66- </goals >
67- </execution >
68- </executions >
69- </plugin >
7071 </plugins >
7172 </build >
7273 </profile >
You can’t perform that action at this time.
0 commit comments