Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Aug 16, 2023
1 parent aa5726f commit 3f3e789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.jlab'
version '4.3.0'
version '4.4.0'

tasks.withType(JavaCompile) {
options.release = 11
Expand Down Expand Up @@ -40,7 +40,7 @@ test {
}

jar {
archiveFileName = 'registrations2epics.jar'
archiveFileName = 'jaws-registrations2epics.jar'
}

application {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
registrations2epics:
image: jeffersonlab/registrations2epics:4.3.0
image: jeffersonlab/jaws-registrations2epics:4.4.0
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pluginManagement {
}
}

rootProject.name = 'registrations2epics'
rootProject.name = 'jaws-registrations2epics'

0 comments on commit 3f3e789

Please sign in to comment.