Skip to content

Commit ae972ef

Browse files
committed
0.10.0 release
1 parent 3966ecb commit ae972ef

5 files changed

Lines changed: 21 additions & 16 deletions

File tree

tm-tool/lapg/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<artifactId>lapg</artifactId>
2121
<packaging>jar</packaging>
2222
<name>Lapg</name>
23-
<version>0.9.30-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<url>http://textmapper.org</url>
2525
<parent>
2626
<groupId>org.textmapper</groupId>
2727
<artifactId>tm-master</artifactId>
28-
<version>0.9.30-SNAPSHOT</version>
28+
<version>0.10.0</version>
2929
</parent>
3030

3131
<dependencies>

tm-tool/pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.textmapper</groupId>
2121
<artifactId>tm-master</artifactId>
2222
<packaging>pom</packaging>
23-
<version>0.9.30-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<name>Textmapper Master</name>
2525
<url>http://textmapper.org</url>
2626

@@ -89,6 +89,7 @@
8989
~ export GPG_TTY=$(tty)
9090
~ mvn clean deploy -Dmaven.test.skip=true -P oss-release
9191
~
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'
9293
~ mvn nexus-staging:release
9394
~ mvn nexus-staging:drop
9495
~ grep -rl 0.9.2x * | xargs sed -i "" 's/0.9.2x/0.9.2y/g'
@@ -114,7 +115,7 @@
114115
<plugin>
115116
<groupId>org.apache.maven.plugins</groupId>
116117
<artifactId>maven-source-plugin</artifactId>
117-
<version>2.1.2</version>
118+
<version>3.2.1</version>
118119
<executions>
119120
<execution>
120121
<id>attach-sources</id>
@@ -128,7 +129,11 @@
128129
<plugin>
129130
<groupId>org.apache.maven.plugins</groupId>
130131
<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>
132137
<executions>
133138
<execution>
134139
<id>attach-javadocs</id>
@@ -204,7 +209,7 @@
204209
<plugin>
205210
<groupId>org.sonatype.plugins</groupId>
206211
<artifactId>nexus-staging-maven-plugin</artifactId>
207-
<version>1.6.4</version>
212+
<version>1.6.13</version>
208213
<extensions>true</extensions>
209214
<configuration>
210215
<serverId>ossrh</serverId>

tm-tool/templates/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<artifactId>templates</artifactId>
2121
<packaging>jar</packaging>
2222
<name>Textmapper templates</name>
23-
<version>0.9.30-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<url>http://textmapper.org</url>
2525
<parent>
2626
<groupId>org.textmapper</groupId>
2727
<artifactId>tm-master</artifactId>
28-
<version>0.9.30-SNAPSHOT</version>
28+
<version>0.10.0</version>
2929
</parent>
3030

3131
<dependencies>

tm-tool/textmapper/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<artifactId>textmapper</artifactId>
2121
<packaging>jar</packaging>
2222
<name>Textmapper</name>
23-
<version>0.9.30-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<url>http://textmapper.org</url>
2525
<parent>
2626
<groupId>org.textmapper</groupId>
2727
<artifactId>tm-master</artifactId>
28-
<version>0.9.30-SNAPSHOT</version>
28+
<version>0.10.0</version>
2929
</parent>
3030

3131
<dependencies>
@@ -37,20 +37,20 @@
3737
<dependency>
3838
<groupId>org.textmapper</groupId>
3939
<artifactId>lapg</artifactId>
40-
<version>0.9.30-SNAPSHOT</version>
40+
<version>0.10.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.textmapper</groupId>
4545
<artifactId>lapg</artifactId>
46-
<version>0.9.30-SNAPSHOT</version>
46+
<version>0.10.0</version>
4747
<type>test-jar</type>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.textmapper</groupId>
5252
<artifactId>templates</artifactId>
53-
<version>0.9.30-SNAPSHOT</version>
53+
<version>0.10.0</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
</dependencies>

tm-tool/tool/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
<artifactId>tool</artifactId>
2121
<packaging>pom</packaging>
2222
<name>Textmapper tool</name>
23-
<version>0.9.30-SNAPSHOT</version>
23+
<version>0.10.0</version>
2424
<url>http://textmapper.org</url>
2525
<parent>
2626
<groupId>org.textmapper</groupId>
2727
<artifactId>tm-master</artifactId>
28-
<version>0.9.30-SNAPSHOT</version>
28+
<version>0.10.0</version>
2929
</parent>
3030

3131
<dependencies>
3232
<dependency>
3333
<groupId>org.textmapper</groupId>
3434
<artifactId>textmapper</artifactId>
35-
<version>0.9.30-SNAPSHOT</version>
35+
<version>0.10.0</version>
3636
</dependency>
3737
</dependencies>
3838

0 commit comments

Comments
 (0)