diff --git a/build.gradle b/build.gradle index 515dd15e8e7bf9ada416098335233f0b50a17cc4..ef19a4c4d45b49c29d1e4d8b10613d066fd5dc8c 100644 --- a/build.gradle +++ b/build.gradle @@ -32,9 +32,13 @@ project(':de.prob.core') { repositories { mavenCentral() + maven { + name "Sonatype snapshots" + url "https://oss.sonatype.org/content/repositories/snapshots/" + } } - def parser_version = "2.12.7" + def parser_version = "2.12.8-SNAPSHOT" dependencies { // Note: After changing/updating dependencies or their versions here, @@ -88,7 +92,7 @@ task downloadCli { def targetdir = dir + it.getValue() def targetzip = dir + "probcli_${n}.zip" - def url = "https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.12.2/probcli_${n}.zip" + def url = "https://stups.hhu-hosting.de/downloads/prob/cli/nightly/probcli_${n}.zip" download(url, targetzip) FileTree zip = zipTree(targetzip) copy { diff --git a/de.prob.core/.classpath b/de.prob.core/.classpath index 683c6f28f6597f49da24767503be55c6f33ba416..d6c3e4320740d37061ff118d7a580c06b6d18e26 100644 --- a/de.prob.core/.classpath +++ b/de.prob.core/.classpath @@ -4,12 +4,12 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.12.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.12.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.12.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.12.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.12.7.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.12.8-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.12.8-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.12.8-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.12.8-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.12.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/sablecc-runtime-3.6.0.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.12.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.12.7.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.12.8-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.12.8-SNAPSHOT.jar"/> </classpath> diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index b4f4bc255a8966e4271c979e0128073440b3e22b..28fb273be9fe8bd8a86e5140c0b89bed3270c01d 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -76,11 +76,11 @@ Bundle-Activator: de.prob.core.internal.Activator Eclipse-BuddyPolicy: registered Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ClassPath: ., - lib/dependencies/answerparser-2.12.7.jar, - lib/dependencies/bparser-2.12.7.jar, - lib/dependencies/ltlparser-2.12.7.jar, - lib/dependencies/parserbase-2.12.7.jar, - lib/dependencies/prologlib-2.12.7.jar, + lib/dependencies/answerparser-2.12.8-SNAPSHOT.jar, + lib/dependencies/bparser-2.12.8-SNAPSHOT.jar, + lib/dependencies/ltlparser-2.12.8-SNAPSHOT.jar, + lib/dependencies/parserbase-2.12.8-SNAPSHOT.jar, + lib/dependencies/prologlib-2.12.8-SNAPSHOT.jar, lib/dependencies/sablecc-runtime-3.6.0.jar, - lib/dependencies/theorymapping-2.12.7.jar, - lib/dependencies/unicode-2.12.7.jar + lib/dependencies/theorymapping-2.12.8-SNAPSHOT.jar, + lib/dependencies/unicode-2.12.8-SNAPSHOT.jar