Skip to content

Commit 1a71bef

Browse files
[maven-release-plugin] prepare release think-machine-0.10.1
1 parent e2c0bd3 commit 1a71bef

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.softwaremagico</groupId>
44
<artifactId>think-machine</artifactId>
5-
<version>0.10.1-SNAPSHOT</version>
5+
<version>0.10.1</version>
66
<packaging>pom</packaging>
77
<name>Think Machine</name>
88
<url>https://github.com/softwaremagico/ThinkMachine</url>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</connection>
2424
<developerConnection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</developerConnection>
2525
<url>https://github.com/softwaremagico/ThinkMachine.git</url>
26-
<tag>think-machine-0.9.0</tag>
26+
<tag>think-machine-0.10.1</tag>
2727
</scm>
2828

2929
<distributionManagement>

think-machine-pdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.softwaremagico</groupId>
1010
<artifactId>think-machine</artifactId>
11-
<version>0.10.1-SNAPSHOT</version>
11+
<version>0.10.1</version>
1212
</parent>
1313

1414
<properties>

think-machine-random/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.softwaremagico</groupId>
1010
<artifactId>think-machine</artifactId>
11-
<version>0.10.1-SNAPSHOT</version>
11+
<version>0.10.1</version>
1212
</parent>
1313

1414
<properties>

think-machine-rules/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<artifactId>think-machine-rules</artifactId>
54
<packaging>jar</packaging>
@@ -10,7 +9,7 @@
109
<parent>
1110
<groupId>com.softwaremagico</groupId>
1211
<artifactId>think-machine</artifactId>
13-
<version>0.10.1-SNAPSHOT</version>
12+
<version>0.10.1</version>
1413
</parent>
1514

1615
<properties>
@@ -73,12 +72,12 @@
7372
<failOnError>false</failOnError>
7473
<target>
7574
<!-- delete old tmp folder -->
76-
<delete dir="${gson.cache.folder}" failonerror="false" includeemptydirs="true"/>
75+
<delete dir="${gson.cache.folder}" failonerror="false" includeemptydirs="true" />
7776
<!-- create tmp folder -->
78-
<mkdir dir="${gson.cache.folder}"/>
77+
<mkdir dir="${gson.cache.folder}" />
7978
<!-- copy json files -->
8079
<copy todir="${gson.cache.folder}" overwrite="true">
81-
<fileset dir="${gson.cache.tmp.folder}" includes="**"/>
80+
<fileset dir="${gson.cache.tmp.folder}" includes="**" />
8281
</copy>
8382
</target>
8483
</configuration>

0 commit comments

Comments
 (0)