File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments