Skip to content

Commit

Permalink
To v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Sep 20, 2023
1 parent c96613b commit fed09ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neuroml.model</groupId>
<artifactId>org.neuroml.model</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<packaging>bundle</packaging>
<properties>
<build.version2>2.3</build.version2>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>org.neuroml.core</groupId>
<artifactId>neuroml2-base-definitions</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -105,7 +105,7 @@
</goals>
<configuration>
<resourceBundles>
<resourcebundle>org.neuroml.core:neuroml2-base-definitions:1.9.0</resourcebundle>
<resourcebundle>org.neuroml.core:neuroml2-base-definitions:1.9.1</resourcebundle>
</resourceBundles>
</configuration>
</execution>
Expand Down Expand Up @@ -198,7 +198,7 @@
<plugin>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/neuroml/model/util/NeuroMLElements.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class NeuroMLElements {

public static final String ORG_NEUROML_MODEL_VERSION = "1.9.0";
public static final String ORG_NEUROML_MODEL_VERSION = "1.9.1";

public static final String NAMESPACE_URI_VERSION_2 = "http://www.neuroml.org/schema/neuroml2";

Expand Down

0 comments on commit fed09ae

Please sign in to comment.