Skip to content

Commit

Permalink
Merge pull request #218 from NeuroML/experimental
Browse files Browse the repository at this point in the history
To v1.9.1
  • Loading branch information
pgleeson authored Sep 20, 2023
2 parents 3f56cf0 + 7c8a5f5 commit ee41b76
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
java: [ '8', '11', '16', '17', '19' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
java-package: jdk
distribution: 'adopt'

- name: Install NeuroML 2 with Maven
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- PyLEMS_NeuroML2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ v2.3 / 2022-??-??

* **Renamed the main Schema from NeuroML_v2.2.xsd to [NeuroML_v2.3.xsd](https://github.com/NeuroML/NeuroML2/blob/master/Schemas/NeuroML2/NeuroML_v2.3).**

* Added new cell type `<hindmarshRose1984Cell>`



...

v2.2 / 2021-12-15
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<artifactId>neuroml2-base-definitions</artifactId>
<groupId>org.neuroml.core</groupId>
<version>1.9.0</version>
<version>1.9.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ee41b76

Please sign in to comment.