Skip to content

Commit

Permalink
Merge pull request #20 from NeuroML/experimental
Browse files Browse the repository at this point in the history
To v1.9.1
  • Loading branch information
pgleeson authored Sep 20, 2023
2 parents 2d97e69 + fcb9c72 commit 2b8182b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0</version>
<version>1.9.1</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.0</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -71,7 +71,7 @@
&lt;br /&gt;
&lt;br /&gt;
</top>
<bottom>Copyright NeuroML Contributors 2021</bottom>
<bottom>Copyright NeuroML Contributors 2023</bottom>
</configuration>
</plugin>
<plugin>
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.0";
public static String ORG_NEUROML_IMPORT_VERSION = "1.9.1";
}

0 comments on commit 2b8182b

Please sign in to comment.