Skip to content

Commit fbe1503

Browse files
committed
Use correct group id with scipio as suffix.
Signed-off-by: Felix Klauke <[email protected]>
1 parent 44b1456 commit fbe1503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java'
44
}
55

6-
group 'de.d3adspace'
6+
group 'de.d3adspace.scipio'
77
version '1.0-SNAPSHOT'
88

99
allprojects {

Diff for: core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
group 'de.d3adspace.rebekah'
1+
group 'de.d3adspace.scipio'
22
version '1.0-SNAPSHOT'
33

44
description = 'Core module including reporting engine and main infrastructure.'

0 commit comments

Comments
 (0)