From 046574e143aa8a198fe6fbcc90a1a1695986838e Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 14 Dec 2023 16:12:59 +0000 Subject: [PATCH] some small updates related to releasing 0.4.6 --- Developing.md | 8 ++++---- eclipse.target/eclipse.vodsl.target.target | 20 ++++++++------------ mavenbase/pom.xml | 9 +++++++-- pom.xml | 5 +++-- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/Developing.md b/Developing.md index ce22aed..95b5032 100644 --- a/Developing.md +++ b/Developing.md @@ -22,17 +22,17 @@ The plug-in can then be installed in the usual fashion for eclipse by adding the Deploying stand alone parser to maven central --------------------------------------------- -after the maven build in the top level, then in the `vodsl.standalone` directory +after the maven build in the top level, then - mvn deploy -P release + mvn -X deploy -P release --projects mavenbase,net.ivoa.vodsl,vodsl.standalone if this is successful then - mvn nexus-staging:release -P release - + mvn nexus-staging:release -P release --projects mavenbase,net.ivoa.vodsl,vodsl.standalone +or go to https://oss.sonatype.org/ to release manually There are tutorials and reference documents to guide development on the [Xtext site](https://eclipse.org/Xtext/documentation/102_domainmodelwalkthrough.html) diff --git a/eclipse.target/eclipse.vodsl.target.target b/eclipse.target/eclipse.vodsl.target.target index 4fdaacb..58d76f6 100644 --- a/eclipse.target/eclipse.vodsl.target.target +++ b/eclipse.target/eclipse.vodsl.target.target @@ -67,18 +67,6 @@ - - - - - - - - - - - - @@ -90,6 +78,14 @@ + + + + + + + + \ No newline at end of file diff --git a/mavenbase/pom.xml b/mavenbase/pom.xml index 06fc302..9032eab 100644 --- a/mavenbase/pom.xml +++ b/mavenbase/pom.xml @@ -439,7 +439,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh @@ -450,7 +450,12 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 - vodsl.standalone - mavenbase + \ No newline at end of file