Skip to content

Commit 9998ae4

Browse files
committed
update Semantic Version, including in pom files
1 parent a41edff commit 9998ae4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

PSOA2X/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -84,7 +84,7 @@
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>

PSOACore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

PSOATransRun/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -24,7 +24,7 @@
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>

PSOATransRun/src/main/java/org/ruleml/psoa/psoatransrun/PSOATransRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/***

PSOATransRunWebService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

0 commit comments

Comments
 (0)