Skip to content

Commit

Permalink
Merge pull request #125 from NeuroML/experimental
Browse files Browse the repository at this point in the history
To v0.11.0
  • Loading branch information
pgleeson authored Feb 12, 2025
2 parents 960ad9a + 7792719 commit 044e2a4
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.1</version>
<version>1.11.0</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.1</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.lemsml</groupId>
<artifactId>jlems</artifactId>
<version>0.11.1</version>
<version>0.12.0</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.1";
public static String ORG_NEUROML_EXPORT_VERSION = "1.11.0";

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

0 comments on commit 044e2a4

Please sign in to comment.