Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Sep 2, 2018
1 parent 08696e1 commit eb658f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/uk.ac.stfc.isis.ibex.e4.client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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>5.0.1</modelVersion>
<modelVersion>4.0.0</modelVersion>
<artifactId>uk.ac.stfc.isis.ibex.e4.client</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
Expand All @@ -8,4 +8,5 @@
<relativePath>../uk.ac.stfc.isis.ibex.client.tycho.parent</relativePath>
<artifactId>uk.ac.stfc.isis.ibex.client.tycho.parent</artifactId>
</parent>
<version>5.0.1</version>
</project>

0 comments on commit eb658f1

Please sign in to comment.