Skip to content

Commit

Permalink
Merge pull request #11 from NeuroML/development
Browse files Browse the repository at this point in the history
Updates for NML v2.3
  • Loading branch information
pgleeson authored Sep 20, 2023
2 parents cf202a5 + 9179650 commit 0fc276a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '16', '17' ]
runs-on: [ubuntu-latest, macos-11, windows-latest]
java: [ '8', '11', '16', '17', '19' ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

name: Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ NeuroML JAXB Injecting Plugin
[![Twitter Follow](https://img.shields.io/twitter/follow/NeuroML?style=social)](https://twitter.com/NeuroML)
[![Gitter](https://badges.gitter.im/NeuroML/community.svg)](https://gitter.im/NeuroML/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

This Java JAXB plugin is used to inject supplementary code to the NeuroML
This Java JAXB plugin is used to inject supplementary code to the NeuroML
classes during their generation from the schema.

This code is distributed under the terms of the GNU Lesser General Public License.

API Documentation can be found [here](http://neuroml.github.io/org.neuroml.model.injectingplugin/index.html).
API Documentation for this can be found [here](http://neuroml.github.io/org.neuroml.model.injectingplugin/index.html).


4 changes: 2 additions & 2 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.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.8.1</version>
<version>1.9.1</version>
<packaging>bundle</packaging>

<properties>
Expand Down Expand Up @@ -85,7 +85,7 @@
&lt;br /&gt;
&lt;br /&gt;
</top>
<bottom>Copyright NeuroML Contributors 2021</bottom>
<bottom>Copyright NeuroML Contributors 2023</bottom>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0fc276a

Please sign in to comment.