Skip to content

Commit 9184f9f

Browse files
- ADD: Added tests for metadata update transactions.
- CHG: Version bump.
1 parent 84c582a commit 9184f9f

4 files changed

Lines changed: 250 additions & 60 deletions

File tree

.idea/workspace.xml

Lines changed: 81 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java {
2525
}
2626

2727
group 'uk.ac.hutton.ics.gridscore'
28-
version '3.3.0'
28+
version '3.4.0'
2929

3030
repositories {
3131
maven {

src/test/java/ConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
public abstract class ConfigTest
1414
{
15-
protected static String URL = "http://localhost:8180/gridscore-next-api/v3.3.0/api/trial";
15+
protected static String URL = "http://localhost:8180/gridscore-next-api/v3.4.0/api/trial";
1616
protected static Client client;
1717
protected static Invocation.Builder postBuilder;
1818

0 commit comments

Comments
 (0)