Skip to content

Commit

Permalink
Merge pull request #20 from NeuroML/experimental
Browse files Browse the repository at this point in the history
To v1.10.1
  • Loading branch information
pgleeson authored Jun 11, 2024
2 parents ad5a908 + 15b5a31 commit fb4e3c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: NeuroML/org.neuroml.model.injectingplugin
ref: development
ref: ${{ github.ref }}
path: org.neuroml.model.injectingplugin

- name: Install NeuroML deps
Expand Down
12 changes: 6 additions & 6 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.neuroml1.model</groupId>
<artifactId>org.neuroml1.model</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
<packaging>bundle</packaging>
<properties>
<build.version1>1.8.1</build.version1>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
</dependencies>
<build>
Expand All @@ -35,7 +35,7 @@
&lt;br /&gt;
&lt;br /&gt;
</top>
<bottom>Copyright NeuroML Contributors 2023</bottom>
<bottom>Copyright NeuroML Contributors 2024</bottom>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</plugin>
</plugins>
</configuration>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</plugin>
</plugins>
</configuration>
Expand Down Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.neuroml.model.injectingplugin</groupId>
<artifactId>org.neuroml.model.injectingplugin</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit fb4e3c0

Please sign in to comment.