Skip to content

Commit

Permalink
Parameterise MIA version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjfisher committed Oct 6, 2024
1 parent a9a1cbd commit 7240476
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions mia-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,49 +42,49 @@
<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-core</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-macros</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-modules</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-plugin</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-bonej</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-deepimagej</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-ptbiop</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>

<dependency>
<groupId>io.github.mianalysis</groupId>
<artifactId>mia-stardist</artifactId>
<version>1.6.2</version>
<version>${mia_version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"mia-export": "mvn -f ./mia-export -X clean install exec:java"
"mia-export": "mvn -f ./mia-export -X clean install exec:java -Dmia_version=1.6.2"
},
"dependencies": {
"@docsearch/react": "^3.5.1",
Expand Down

0 comments on commit 7240476

Please # to comment.