|
27 | 27 |
|
28 | 28 | <groupId>io.reinert.requestor</groupId> |
29 | 29 | <artifactId>requestor-project</artifactId> |
30 | | - <version>1.2.0-SNAPSHOT</version> |
| 30 | + <version>1.2.0</version> |
31 | 31 |
|
32 | 32 | <name>Requestor</name> |
33 | 33 | <description>Request like a boss.</description> |
|
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 | 44 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
45 | 45 | <!-- Comment the lines below if using jdk8 --> |
46 | | - <surefire.argLine>--add-opens java.base/java.net=ALL-UNNAMED</surefire.argLine> |
47 | | - <gwt.extraJvmArgs>--add-opens java.base/java.lang=ALL-UNNAMED</gwt.extraJvmArgs> |
| 46 | +<!-- <surefire.argLine>--add-opens java.base/java.net=ALL-UNNAMED</surefire.argLine>--> |
| 47 | +<!-- <gwt.extraJvmArgs>--add-opens java.base/java.lang=ALL-UNNAMED</gwt.extraJvmArgs>--> |
48 | 48 | <!-- Uncomment the lines below if using jdk8 --> |
49 | | - <!--<surefire.argLine></surefire.argLine>--> |
50 | | - <!--<gwt.extraJvmArgs></gwt.extraJvmArgs>--> |
| 49 | + <surefire.argLine></surefire.argLine> |
| 50 | + <gwt.extraJvmArgs></gwt.extraJvmArgs> |
51 | 51 |
|
52 | 52 | <!-- Plugins --> |
53 | 53 | <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version> |
|
89 | 89 | <connection>scm:git:ssh://github.com/reinert/requestor.git</connection> |
90 | 90 | <developerConnection>scm:git:ssh://git@github.com/reinert/requestor.git</developerConnection> |
91 | 91 | <url>https://github.com/reinert/requestor</url> |
92 | | - <tag>HEAD</tag> |
| 92 | + <tag>1.2.0</tag> |
93 | 93 | </scm> |
94 | 94 |
|
95 | 95 | <issueManagement> |
|
498 | 498 | </plugin> |
499 | 499 | <plugin> |
500 | 500 | <groupId>org.apache.maven.plugins</groupId> |
501 | | - <artifactId>maven-gpg-plugin</artifactId> |
| 501 | + <artifactId>maven-gpg-plugin</artifactId> |
502 | 502 | <version>${maven-gpg-plugin.version}</version> |
503 | 503 | <executions> |
504 | 504 | <execution> |
|
507 | 507 | <goals> |
508 | 508 | <goal>sign</goal> |
509 | 509 | </goals> |
| 510 | + <configuration> |
| 511 | + <executable>gpg</executable> |
| 512 | + </configuration> |
510 | 513 | </execution> |
511 | 514 | </executions> |
512 | 515 | </plugin> |
|
0 commit comments