Skip to content

Commit

Permalink
To v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Oct 9, 2018
1 parent 205e132 commit d3ba094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.neuroml.import</groupId>
<artifactId>org.neuroml.import</artifactId>
<packaging>jar</packaging>
<version>1.5.3</version>
<version>1.5.4</version>
<name>org.neuroml.import</name>
<url>http://maven.apache.org</url>
<repositories>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.neuroml.export</groupId>
<artifactId>org.neuroml.export</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/neuroml/importer/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
public class Main
{

public static String ORG_NEUROML_IMPORT_VERSION = "1.5.3";
public static String ORG_NEUROML_IMPORT_VERSION = "1.5.4";
}

0 comments on commit d3ba094

Please sign in to comment.