Skip to content

Commit

Permalink
Updated version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jun 5, 2020
1 parent 4f5a69f commit 89afc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</organization>

<properties>
<revision>4.2.0</revision>
<revision>4.2.1</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>${revision}</version>
<version>${revision}</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>edu.isi.wings</groupId>
<artifactId>wings-core</artifactId>
<version>${revision}</version>
<version>${revision}</version>
<relativePath>../core/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 89afc27

Please sign in to comment.