Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpadhye committed May 20, 2023
1 parent ba9566c commit 6a2e656
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuzz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>jqf-fuzz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion instrument/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>jqf-instrument</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jqf</artifactId>
<groupId>edu.berkeley.cs.jqf</groupId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jqf</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
<scm>
<connection>scm:git:git@github.com:rohanpadhye/jqf.git</connection>
<url>https://github.com/rohanpadhye/jqf</url>
<tag>jqf-2.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -135,17 +135,17 @@
<dependency>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf-fuzz</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf-instrument</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf-examples</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -251,7 +251,7 @@
<plugin>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf-maven-plugin</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 6a2e656

Please sign in to comment.