Skip to content

Commit 31b6bee

Browse files
committed
Merge remote-tracking branch 'origin/release'
2 parents 8e03808 + fa17650 commit 31b6bee

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

build.sbt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name := "ijp-toolkit"
2-
organization := "net.sf.ij-plugins"
3-
version := "2.3.1.1-SNAPSHOT"
1+
name := "ijp-toolkit"
2+
organization := "net.sf.ij-plugins"
3+
organizationName := "IJ-Plugins"
4+
version := "2.3.2"
45

56
homepage := Some(url("https://github.com/ij-plugins/ijp-toolkit"))
67
startYear := Some(2002)
@@ -17,6 +18,13 @@ description := "<html>" +
1718
" <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li>" +
1819
"</ul>" +
1920
"</html>"
21+
organizationHomepage := Some(url("https://github.com/ij-plugins"))
22+
ThisBuild / scmInfo := Option(
23+
ScmInfo(
24+
url("https://github.com/ij-plugins/ijp-toolkit"),
25+
"scm:git@github.com:ij-plugins/ijp-toolkit.git"
26+
)
27+
)
2028

2129
scalaVersion := "3.3.7"
2230

0 commit comments

Comments
 (0)