File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
src/main/java/org/ruleml/psoa/psoatransrun Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.ruleml.psoa</groupId >
55 <artifactId >PSOA2X</artifactId >
6- <version >1.4 </version >
6+ <version >1.5 </version >
77 <name >PSOA2X</name >
88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8484 <dependency >
8585 <groupId >org.ruleml.psoa</groupId >
8686 <artifactId >PSOACore</artifactId >
87- <version >1.4 </version >
87+ <version >1.5 </version >
8888 </dependency >
8989 </dependencies >
9090</project >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.ruleml.psoa</groupId >
55 <artifactId >PSOACore</artifactId >
6- <version >1.4 </version >
6+ <version >1.5 </version >
77 <name >PSOACore</name >
88 <build >
99 <defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.ruleml.psoa</groupId >
55 <artifactId >PSOATransRun</artifactId >
6- <version >1.4 </version > <!-- Retain also for 1.4.1 etc. -->
6+ <version >1.5 </version > <!-- Retain also for 3rd-digit updates, e.g. 1.5.1 -->
77 <name >PSOATransRun</name >
88
99 <properties >
2424 <dependency >
2525 <groupId >org.ruleml.psoa</groupId >
2626 <artifactId >PSOA2X</artifactId >
27- <version >1.4 </version >
27+ <version >1.5 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >gnu.getopt</groupId >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ else if (lang.equalsIgnoreCase("tptp"))
107107 {
108108 systemInstantiation = "[PSOA2TPTP,VampirePrime]" ;
109109 }
110- return "PSOATransRun" + "1.4. 5" + systemInstantiation ;
110+ return "PSOATransRun" + "1.5" + systemInstantiation ;
111111 }
112112
113113 /***
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >org.ruleml.psoa</groupId >
4949 <artifactId >PSOATransRun</artifactId >
50- <version >1.4 </version >
50+ <version >1.5 </version >
5151 </dependency >
5252 </dependencies >
5353 <repositories >
You can’t perform that action at this time.
0 commit comments