Skip to content

Commit

Permalink
Issue 382 part2 (#384)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release vuu-parent-0.4.1

* [maven-release-plugin] prepare for next development iteration

* #382 changed central staging repo to legacy format.

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
chrisjstevo and actions-user authored Dec 15, 2022
1 parent 3fe3b5d commit 7f43a93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.355-SNAPSHOT</version>
<version>0.4.2-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 @@ -50,11 +50,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

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.355-SNAPSHOT</version>
<version>0.4.2-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.355-SNAPSHOT</version>
<version>0.4.2-SNAPSHOT</version>
</parent>

<artifactId>vuu-ui</artifactId>
Expand Down
6 changes: 3 additions & 3 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.355-SNAPSHOT</version>
<version>0.4.2-SNAPSHOT</version>
</parent>

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

<dependency>
Expand Down Expand Up @@ -428,7 +428,7 @@
<arguments>
<argument>-Xmx10G</argument>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>-Dvuu.webroot=../vuu-ui/deployed_apps/app-vuu-example</argument>
<argument>-Dvuu.keyPath=src/main/resources/certs/key.pem</argument>
<argument>-Dvuu.certPath=src/main/resources/certs/cert.pem</argument>
Expand Down

0 comments on commit 7f43a93

Please sign in to comment.