Skip to content

Commit

Permalink
- FIX: Bugfix release to fix issues with BrAPI observation variable r…
Browse files Browse the repository at this point in the history
…estrictions.
  • Loading branch information
sebastian-raubach committed Jan 16, 2023
1 parent 5c11383 commit f4db785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ apply plugin: 'com.bmuschko.cargo-base'
compileJava.options.encoding = 'UTF-8'

group 'uk.ac.hutton.germinate'
version '4.4.2'
version '4.4.3'

sourceCompatibility = 11

repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/plugins-release/'
url 'http://maven.imagej.net/content/repositories/public/'
}
maven {
url 'http://maven.imagej.net/content/repositories/public/'
url 'https://repo.spring.io/plugins-release/'
}
mavenCentral()
}

dependencies {
Expand Down
Binary file not shown.

0 comments on commit f4db785

Please sign in to comment.