Skip to content

Commit

Permalink
To v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Sep 22, 2023
1 parent 20811d3 commit 804c1dd
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.9.1</version>
<version>1.10.0</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.9.1</version>
<version>1.10.0</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.9.1";
public static String ORG_NEUROML_IMPORT_VERSION = "1.10.0";
}

0 comments on commit 804c1dd

Please sign in to comment.