Skip to content

Commit eb658f1

Browse files
committed
Fix versioning
1 parent 08696e1 commit eb658f1

File tree

1 file changed

+2
-1
lines changed
  • base/uk.ac.stfc.isis.ibex.e4.client

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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">
2-
<modelVersion>5.0.1</modelVersion>
2+
<modelVersion>4.0.0</modelVersion>
33
<artifactId>uk.ac.stfc.isis.ibex.e4.client</artifactId>
44
<packaging>eclipse-plugin</packaging>
55
<parent>
@@ -8,4 +8,5 @@
88
<relativePath>../uk.ac.stfc.isis.ibex.client.tycho.parent</relativePath>
99
<artifactId>uk.ac.stfc.isis.ibex.client.tycho.parent</artifactId>
1010
</parent>
11+
<version>5.0.1</version>
1112
</project>

0 commit comments

Comments
 (0)