Skip to content

Commit 57733e7

Browse files
committed
Prepare release 1.7.0
1 parent 791a60a commit 57733e7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes of cplex-scala: A Scala library for IBM ILOG CPLEX
22

3-
## cplex-scala v1.7.0-SNAPSHOT
3+
## cplex-scala v1.7.0
44

55
* Port to CPLEX 12.10 and Scala 2.13
66
* Port to Gradle 5.6.2

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
group 'com.decisionbrain'
8-
version '1.7.0-SNAPSHOT'
8+
version '1.7.0'
99

1010
apply plugin: 'java'
1111
apply plugin: 'scala'
@@ -66,6 +66,14 @@ publishing {
6666
password = "$MAVEN_PASSWORD"
6767
}
6868
}
69+
// maven {
70+
// name = "GitHubPackages"
71+
// url = uri("https://maven.pkg.github.com/decisionbrain/cplex-scala")
72+
// credentials {
73+
// username = "$GITHUB_USER"
74+
// password = "$GITHUB_PASSWORD"
75+
// }
76+
// }
6977
}
7078
}
7179

0 commit comments

Comments
 (0)