|
20 | 20 | <groupId>org.textmapper</groupId> |
21 | 21 | <artifactId>tm-master</artifactId> |
22 | 22 | <packaging>pom</packaging> |
23 | | - <version>0.9.30-SNAPSHOT</version> |
| 23 | + <version>0.10.0</version> |
24 | 24 | <name>Textmapper Master</name> |
25 | 25 | <url>http://textmapper.org</url> |
26 | 26 |
|
|
89 | 89 | ~ export GPG_TTY=$(tty) |
90 | 90 | ~ mvn clean deploy -Dmaven.test.skip=true -P oss-release |
91 | 91 | ~ |
| 92 | + ~ export JDK_JAVA_OPTIONS='--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED' |
92 | 93 | ~ mvn nexus-staging:release |
93 | 94 | ~ mvn nexus-staging:drop |
94 | 95 | ~ grep -rl 0.9.2x * | xargs sed -i "" 's/0.9.2x/0.9.2y/g' |
|
114 | 115 | <plugin> |
115 | 116 | <groupId>org.apache.maven.plugins</groupId> |
116 | 117 | <artifactId>maven-source-plugin</artifactId> |
117 | | - <version>2.1.2</version> |
| 118 | + <version>3.2.1</version> |
118 | 119 | <executions> |
119 | 120 | <execution> |
120 | 121 | <id>attach-sources</id> |
|
128 | 129 | <plugin> |
129 | 130 | <groupId>org.apache.maven.plugins</groupId> |
130 | 131 | <artifactId>maven-javadoc-plugin</artifactId> |
131 | | - <version>2.9.1</version> |
| 132 | + <version>3.4.1</version> |
| 133 | + <configuration> |
| 134 | + <source>8</source> |
| 135 | + <doclint>none</doclint> |
| 136 | + </configuration> |
132 | 137 | <executions> |
133 | 138 | <execution> |
134 | 139 | <id>attach-javadocs</id> |
|
204 | 209 | <plugin> |
205 | 210 | <groupId>org.sonatype.plugins</groupId> |
206 | 211 | <artifactId>nexus-staging-maven-plugin</artifactId> |
207 | | - <version>1.6.4</version> |
| 212 | + <version>1.6.13</version> |
208 | 213 | <extensions>true</extensions> |
209 | 214 | <configuration> |
210 | 215 | <serverId>ossrh</serverId> |
|
0 commit comments