Skip to content

Commit

Permalink
To v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 11, 2024
1 parent c4d3ae9 commit 7f7590e
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.export</groupId>
<artifactId>org.neuroml.export</artifactId>
<packaging>bundle</packaging>
<version>1.10.0</version>
<version>1.10.1</version>
<name>org.neuroml.export</name>
<url>http://maven.apache.org</url>

Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>org.neuroml.model</groupId>
<artifactId>org.neuroml.model</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.lemsml</groupId>
<artifactId>jlems</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/neuroml/export/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Utils

private static Lems lemsWithNML2CompTypes;

public static String ORG_NEUROML_EXPORT_VERSION = "1.10.0";
public static String ORG_NEUROML_EXPORT_VERSION = "1.10.1";

public static final String ARCH_I686 = "i686";
public static final String ARCH_I386 = "i386";
Expand Down

0 comments on commit 7f7590e

Please sign in to comment.