Skip to content

Commit

Permalink
Bump version to 2.1.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyaok2 authored and darko-marinov committed Sep 23, 2023
1 parent 7dfe942 commit 8843b43
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nondex-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nondex</artifactId>
<groupId>edu.illinois</groupId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nondex-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>nondex-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nondex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>nondex-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nondex-instrumentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>nondex-instrumentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nondex-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>nondex-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nondex-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>
</parent>

<artifactId>nondex-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>edu.illinois</groupId>
<artifactId>nondex</artifactId>
<packaging>pom</packaging>
<version>2.1.1</version>
<version>2.1.7-SNAPSHOT</version>

<name>NonDex</name>
<description>A tool for finding strong assumptions on APIs with non-deterministic specifications.</description>
Expand All @@ -23,7 +23,7 @@
<connection>scm:git:[email protected]:TestingResearchIllinois/NonDex.git</connection>
<developerConnection>scm:git:[email protected]:TestingResearchIllinois/NonDex.git</developerConnection>
<url>[email protected]:TestingResearchIllinois/NonDex.git</url>
<tag>nondex-2.1.1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 8843b43

Please sign in to comment.