Skip to content

Commit 2b8182b

Browse files
authored
Merge pull request #20 from NeuroML/experimental
To v1.9.1
2 parents 2d97e69 + fcb9c72 commit 2b8182b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.neuroml.import</groupId>
55
<artifactId>org.neuroml.import</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.9.0</version>
7+
<version>1.9.1</version>
88
<name>org.neuroml.import</name>
99
<url>http://maven.apache.org</url>
1010
<repositories>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.neuroml.export</groupId>
3131
<artifactId>org.neuroml.export</artifactId>
32-
<version>1.9.0</version>
32+
<version>1.9.1</version>
3333
</dependency>
3434

3535
<dependency>
@@ -71,7 +71,7 @@
7171
&lt;br /&gt;
7272
&lt;br /&gt;
7373
</top>
74-
<bottom>Copyright NeuroML Contributors 2021</bottom>
74+
<bottom>Copyright NeuroML Contributors 2023</bottom>
7575
</configuration>
7676
</plugin>
7777
<plugin>

src/main/java/org/neuroml/importer/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
public class Main
55
{
66

7-
public static String ORG_NEUROML_IMPORT_VERSION = "1.9.0";
7+
public static String ORG_NEUROML_IMPORT_VERSION = "1.9.1";
88
}

0 commit comments

Comments
 (0)