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
Yuepeng committed Nov 9, 2020
1 parent 53521d5 commit d43398b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion measure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>measure</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Griffin ${project.version}</name>
<url>http://griffin.apache.org</url>
Expand Down Expand Up @@ -79,7 +79,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url>
<tag>griffin-0.6.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>ui</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit d43398b

Please sign in to comment.