Skip to content

Commit

Permalink
[maven-release-plugin] prepare release think-machine-0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Aug 25, 2021
1 parent e2c0bd3 commit 1a71bef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>pom</packaging>
<name>Think Machine</name>
<url>https://github.com/softwaremagico/ThinkMachine</url>
Expand All @@ -23,7 +23,7 @@
<connection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</connection>
<developerConnection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</developerConnection>
<url>https://github.com/softwaremagico/ThinkMachine.git</url>
<tag>think-machine-0.9.0</tag>
<tag>think-machine-0.10.1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion think-machine-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion think-machine-random/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down
11 changes: 5 additions & 6 deletions think-machine-rules/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>think-machine-rules</artifactId>
<packaging>jar</packaging>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -73,12 +72,12 @@
<failOnError>false</failOnError>
<target>
<!-- delete old tmp folder -->
<delete dir="${gson.cache.folder}" failonerror="false" includeemptydirs="true"/>
<delete dir="${gson.cache.folder}" failonerror="false" includeemptydirs="true" />
<!-- create tmp folder -->
<mkdir dir="${gson.cache.folder}"/>
<mkdir dir="${gson.cache.folder}" />
<!-- copy json files -->
<copy todir="${gson.cache.folder}" overwrite="true">
<fileset dir="${gson.cache.tmp.folder}" includes="**"/>
<fileset dir="${gson.cache.tmp.folder}" includes="**" />
</copy>
</target>
</configuration>
Expand Down

0 comments on commit 1a71bef

Please sign in to comment.