From 8843b436802af4a0850f63d6ae0f231164dafe78 Mon Sep 17 00:00:00 2001 From: Kaiyao Ke Date: Fri, 22 Sep 2023 17:59:59 -0500 Subject: [PATCH] Bump version to 2.1.7-SNAPSHOT --- nondex-annotations/pom.xml | 2 +- nondex-common/pom.xml | 2 +- nondex-core/pom.xml | 2 +- nondex-instrumentation/pom.xml | 2 +- nondex-maven-plugin/pom.xml | 2 +- nondex-test/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nondex-annotations/pom.xml b/nondex-annotations/pom.xml index a7474594..5bcf78c5 100644 --- a/nondex-annotations/pom.xml +++ b/nondex-annotations/pom.xml @@ -3,7 +3,7 @@ nondex edu.illinois - 2.1.1 + 2.1.7-SNAPSHOT 4.0.0 diff --git a/nondex-common/pom.xml b/nondex-common/pom.xml index 31bd1171..1cc37bc3 100644 --- a/nondex-common/pom.xml +++ b/nondex-common/pom.xml @@ -4,7 +4,7 @@ edu.illinois nondex - 2.1.1 + 2.1.7-SNAPSHOT nondex-common diff --git a/nondex-core/pom.xml b/nondex-core/pom.xml index d35d8bd7..939000ce 100644 --- a/nondex-core/pom.xml +++ b/nondex-core/pom.xml @@ -4,7 +4,7 @@ edu.illinois nondex - 2.1.1 + 2.1.7-SNAPSHOT nondex-core diff --git a/nondex-instrumentation/pom.xml b/nondex-instrumentation/pom.xml index baee28c7..153c9f65 100644 --- a/nondex-instrumentation/pom.xml +++ b/nondex-instrumentation/pom.xml @@ -4,7 +4,7 @@ edu.illinois nondex - 2.1.1 + 2.1.7-SNAPSHOT nondex-instrumentation diff --git a/nondex-maven-plugin/pom.xml b/nondex-maven-plugin/pom.xml index 37dfd25a..60e297e2 100644 --- a/nondex-maven-plugin/pom.xml +++ b/nondex-maven-plugin/pom.xml @@ -4,7 +4,7 @@ edu.illinois nondex - 2.1.1 + 2.1.7-SNAPSHOT nondex-maven-plugin diff --git a/nondex-test/pom.xml b/nondex-test/pom.xml index 0108034c..12ad84ec 100644 --- a/nondex-test/pom.xml +++ b/nondex-test/pom.xml @@ -4,7 +4,7 @@ edu.illinois nondex - 2.1.1 + 2.1.7-SNAPSHOT nondex-test diff --git a/pom.xml b/pom.xml index 65850de6..70984ed0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ edu.illinois nondex pom - 2.1.1 + 2.1.7-SNAPSHOT NonDex A tool for finding strong assumptions on APIs with non-deterministic specifications. @@ -23,7 +23,7 @@ scm:git:git@github.com:TestingResearchIllinois/NonDex.git scm:git:git@github.com:TestingResearchIllinois/NonDex.git git@github.com:TestingResearchIllinois/NonDex.git - nondex-2.1.1 + HEAD