Skip to content

Commit 4d3bc8a

Browse files
committed
MOving to v1.7.1# Please enter the commit message for your changes. Lines starting
1 parent 2b12c54 commit 4d3bc8a

File tree

27 files changed

+6299
-26
lines changed

27 files changed

+6299
-26
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"configurations": [
3+
{
4+
"type": "java",
5+
"name": "ApplySegmentAnything",
6+
"request": "launch",
7+
"mainClass": "io.github.mianalysis.mia.module.objects.detect.ApplySegmentAnything",
8+
"projectName": "mia-samj"
9+
},
310
{
411
"type": "java",
512
"name": "Folder",

mia-algorithms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-algorithms</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-algorithms</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-bonej/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-bonej</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-bonej</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-coordinates/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-coordinates</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-coordinates</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-core</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-core</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-deepimagej/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-deepimagej</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-deepimagej</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-macros/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-macros</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-macros</name>
1717
<url>https://github.com/mianalysis/mia</url>
@@ -127,13 +127,13 @@
127127
<dependency>
128128
<groupId>io.github.mianalysis</groupId>
129129
<artifactId>mia-core</artifactId>
130-
<version>1.7.1-SNAPSHOT</version>
130+
<version>1.7.1</version>
131131
</dependency>
132132

133133
<dependency>
134134
<groupId>io.github.mianalysis</groupId>
135135
<artifactId>mia-modules</artifactId>
136-
<version>1.7.1-SNAPSHOT</version>
136+
<version>1.7.1</version>
137137
</dependency>
138138
</dependencies>
139139

mia-modules/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-modules</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-modules</name>
1717
<url>https://github.com/mianalysis/mia</url>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>io.github.mianalysis</groupId>
129129
<artifactId>mia-core</artifactId>
130-
<version>1.7.1-SNAPSHOT</version>
130+
<version>1.7.1</version>
131131
</dependency>
132132

133133
<dependency>

mia-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-plugin</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-plugin</name>
1717
<url>https://github.com/mianalysis/mia</url>

mia-ptbiop/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.mianalysis</groupId>
88
<artifactId>pom-mia</artifactId>
9-
<version>1.7.1-SNAPSHOT</version>
9+
<version>1.7.1</version>
1010
</parent>
1111

1212
<groupId>io.github.mianalysis</groupId>
1313
<artifactId>mia-ptbiop</artifactId>
14-
<version>1.7.1-SNAPSHOT</version>
14+
<version>1.7.1</version>
1515
<packaging>jar</packaging>
1616
<name>mia-ptbiop</name>
1717
<url>https://github.com/mianalysis/mia</url>

0 commit comments

Comments
 (0)