Skip to content

Commit 6c1e859

Browse files
Adjusting version numbers
1 parent d880c4d commit 6c1e859

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ plugins {
99
id 'org.bytedeco.gradle-javacpp-platform'
1010
}
1111

12-
// TODO: Change the module name
13-
ext.moduleName = 'io.github.qupath.extension.qp_scope'
12+
//the module name
13+
ext.moduleName = 'qupath.extension.qp_scope'
1414

15-
// TODO: Define the extension version & provide a short description
16-
version = "0.4.4"
15+
//Define the extension version & provide a short description
16+
version = "0.1.0"
1717
description = 'A basic QuPath extension for stitching.'
1818

1919
// TODO: Specify the QuPath version, compatible with the extension.
@@ -42,7 +42,7 @@ dependencies {
4242
shadow "io.github.qupath:qupath-gui-fx:${qupathVersion}"
4343
//Access to BioFormats extension for writing ome.tif files
4444
implementation "io.github.qupath:qupath-extension-bioformats:${qupathVersion}"
45-
//implementation "qupath.ext.basicstitching:BasicStitching:${qupathVersion}"
45+
implementation "qupath.ext.basicstitching:BasicStitching:0.1.0"
4646

4747
//TODO figure out syntax for other plugins
4848
// For logging - the version comes from QuPath's version catalog at
@@ -140,11 +140,11 @@ tasks.named('test') {
140140
repositories {
141141
// Add this if you need access to dependencies only installed locally
142142
mavenLocal()
143-
/*
143+
144144
flatDir{
145145
dirs 'C:/ImageAnalysis/QPExtensionTest/BasicStitching/build/libs'
146146
}
147-
*/
147+
148148
mavenCentral()
149149

150150
// Add scijava - which is where QuPath's jars are hosted

build/tmp/jar/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Manifest-Version: 1.0
22
Implementation-Title: qp_scope
3-
Implementation-Version: 0.4.4
4-
Automatic-Module-Name: io.github.qupath.extension.qp_scope
3+
Implementation-Version: 0.1.0
4+
Automatic-Module-Name: qupath.extension.qp_scope
55

0 commit comments

Comments
 (0)