diff --git a/pom.xml b/pom.xml index 8df75dd3..4664358e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.neuroml.export org.neuroml.export bundle - 1.10.0 + 1.10.1 org.neuroml.export http://maven.apache.org @@ -18,12 +18,12 @@ org.neuroml.model org.neuroml.model - 1.10.0 + 1.10.1 org.lemsml jlems - 0.11.0 + 0.11.1 org.apache.velocity diff --git a/src/main/java/org/neuroml/export/utils/Utils.java b/src/main/java/org/neuroml/export/utils/Utils.java index 93dd9ea7..96b88c52 100644 --- a/src/main/java/org/neuroml/export/utils/Utils.java +++ b/src/main/java/org/neuroml/export/utils/Utils.java @@ -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";