Skip to content

Commit 73f41c3

Browse files
committed
preparing v1.0 release
1 parent 4127f2f commit 73f41c3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

build.gradle

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323

2424
group = 'com.github.ie3-institute'
2525
description = 'PowerSystemDataModel'
26-
version = '0.1-SNAPSHOT'
26+
version = '1.0'
2727
sourceCompatibility = javaVersion
2828
targetCompatibility = javaVersion
2929

@@ -40,19 +40,11 @@ repositories {
4040
jcenter() //searches in bintray's repository 'jCenter', which contains Maven Central
4141
maven { url 'https://www.jitpack.io' } // allows github repos as dependencies
4242

43-
// sonatype snapshots repo // todo remove
44-
maven { url 'https://oss.sonatype.org/service/local/repositories/snapshots/content' }
45-
4643
}
4744

4845
dependencies {
49-
// ie³ internal repository for units
50-
// compile 'com.github.ie3-institute:PowerSystemUtils:1.3' // todo enable again
51-
52-
// todo remove snapshot again
53-
compile('com.github.ie3-institute:PowerSystemUtils:1.3-SNAPSHOT') {
54-
exclude group: 'org.slf4j', module: 'slf4j-api'
55-
}
46+
// ie³ power system utils
47+
compile 'com.github.ie3-institute:PowerSystemUtils:1.3.1'
5648

5749
compile "tec.uom:uom-se:$unitsOfMeasurementVersion"
5850

0 commit comments

Comments
 (0)