diff --git a/doc/Example-Maven-Project/pom.xml b/doc/Example-Maven-Project/pom.xml index ec6770c883..952c2a63dc 100644 --- a/doc/Example-Maven-Project/pom.xml +++ b/doc/Example-Maven-Project/pom.xml @@ -16,7 +16,7 @@ SPDX-License-Identifier: Apache-2.0 org.sosy_lab.java_smt_example java-smt-maven-example - 1.10 + 1.11 java-smt-maven-example Example Maven project to show how to use JavaSMT with native solver libraries. https://github.com/sosy-lab/java-smt @@ -69,6 +69,10 @@ SPDX-License-Identifier: Apache-2.0 dependency ${project.build.directory}/${project.dependency.relativepath} + + x64 + + 5.0.0 0.4.0-g4dbf3b1f 3.2.2-g1a89c229 @@ -78,7 +82,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.0-g2f72cc0e 4.1.1-734-g3732f7e08 2.6.2-396-g194350c1 - 4.12.5 + 4.13.0 @@ -102,22 +106,20 @@ SPDX-License-Identifier: Apache-2.0 org.sosy-lab javasmt-solver-z3 ${z3.version} - jar - com.microsoft.z3 org.sosy-lab javasmt-solver-z3 ${z3.version} so - libz3 + libz3-${system.arch} org.sosy-lab javasmt-solver-z3 ${z3.version} so - libz3java + libz3java-${system.arch} @@ -374,14 +376,14 @@ SPDX-License-Identifier: Apache-2.0 org.sosy-lab javasmt-solver-z3 so - libz3java + libz3java-${system.arch} libz3java.so org.sosy-lab javasmt-solver-z3 so - libz3 + libz3-${system.arch} libz3.so diff --git a/doc/Example-Maven-Web-Project/pom.xml b/doc/Example-Maven-Web-Project/pom.xml index 91342fa916..cf8c6a9764 100644 --- a/doc/Example-Maven-Web-Project/pom.xml +++ b/doc/Example-Maven-Web-Project/pom.xml @@ -16,7 +16,7 @@ SPDX-License-Identifier: Apache-2.0 org.sosy_lab.java_smt_web_example java-smt-web-example - 1.10 + 1.11 war java-smt-maven-web-example Example Maven project to show how to use JavaSMT with native solver libraries in a web project. @@ -70,6 +70,10 @@ SPDX-License-Identifier: Apache-2.0 dependency ${project.build.directory}/${project.dependency.relativepath} + + x64 + + 5.0.0 0.4.0-g4dbf3b1f 3.2.2-g1a89c229 @@ -79,7 +83,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.0-g2f72cc0e 4.1.1-734-g3732f7e08 2.6.2-396-g194350c1 - 4.12.5 + 4.13.0 @@ -103,22 +107,20 @@ SPDX-License-Identifier: Apache-2.0 org.sosy-lab javasmt-solver-z3 ${z3.version} - jar - com.microsoft.z3 org.sosy-lab javasmt-solver-z3 ${z3.version} so - libz3 + libz3-${system.arch} org.sosy-lab javasmt-solver-z3 ${z3.version} so - libz3java + libz3java-${system.arch} @@ -421,14 +423,14 @@ SPDX-License-Identifier: Apache-2.0 org.sosy-lab javasmt-solver-z3 so - libz3java + libz3java-${system.arch} libz3java.so org.sosy-lab javasmt-solver-z3 so - libz3 + libz3-${system.arch} libz3.so