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
actions-user committed Jun 7, 2023
1 parent 59787cd commit bfc2803
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
<name>vuu-parent</name>
<description>Vuu - A View Server in Scala and React</description>
<url>https://github.com/finos/vuu</url>
Expand Down Expand Up @@ -32,7 +32,7 @@
<connection>scm:git:https://github.com/finos/vuu.git</connection>
<developerConnection>scm:git:ssh://git@github.com/finos/vuu.git</developerConnection>
<url>https://github.com/finos/vuu/tree/master</url>
<tag>vuu-parent-0.5.04</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</parent>

<artifactId>toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vuu-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</parent>

<artifactId>vuu-ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vuu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>toolbox</artifactId>
<version>0.5.04</version>
<version>0.5.05-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bfc2803

Please sign in to comment.