Skip to content

Commit 871fa2c

Browse files
committed
CLARA 4.2.1
1 parent 2fd3862 commit 871fa2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'idea'
99

1010
archivesBaseName = 'jclara'
1111
group = 'org.jlab.coda'
12-
version = '4.2.1-SNAPSHOT'
12+
version = '4.2.1'
1313

1414
defaultTasks 'build'
1515

@@ -38,7 +38,7 @@ repositories {
3838

3939

4040
dependencies {
41-
compile 'org.jlab.coda:xmsg:2.1.1-SNAPSHOT'
41+
compile 'org.jlab.coda:xmsg:2.1.1'
4242
compile ('com.googlecode.json-simple:json-simple:1.1.1') {
4343
exclude group: "junit", module: "*"
4444
}

0 commit comments

Comments
 (0)