Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vuu-parent-0.5.00
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 17, 2023
1 parent c4b2b23 commit cddfae5
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.01-SNAPSHOT</version>
<version>0.5.00</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu</artifactId>
<version>0.5.01-SNAPSHOT</version>
<version>0.5.00</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.01-SNAPSHOT</version>
<version>0.5.00</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>HEAD</tag>
<tag>vuu-parent-0.5.00</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.01-SNAPSHOT</version>
<version>0.5.00</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.01-SNAPSHOT</version>
<version>0.5.00</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.01-SNAPSHOT</version>
<version>0.5.00</version>
</parent>

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

<dependency>
Expand Down

0 comments on commit cddfae5

Please sign in to comment.