Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-05-03 11:56:19 +0000
committerFrancois Le Fevre - CEA2016-05-03 11:56:19 +0000
commitc4a1f6e40a8dcfec81145f19e4b521340c9b8929 (patch)
tree3ce766e7c8f39e869aab9b4079135817a773992a
parent1704e1f43b74db10653f5ecb1c9b5373091aee99 (diff)
downloadorg.eclipse.papyrus-sysml-c4a1f6e40a8dcfec81145f19e4b521340c9b8929.tar.gz
org.eclipse.papyrus-sysml-c4a1f6e40a8dcfec81145f19e4b521340c9b8929.tar.xz
org.eclipse.papyrus-sysml-c4a1f6e40a8dcfec81145f19e4b521340c9b8929.zip
Bug 492885 - [SysML 1.4][web] typo with
https://www.eclipse.org/papyrus-sysml Change-Id: I3534ccd08f7d5c4682edd406c489d40b89fa80f3 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
-rw-r--r--releng/org.eclipse.papyrus.sysml14.p2/pom.xml2
-rw-r--r--src/site/xdoc/developer/sop5-release.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.papyrus.sysml14.p2/pom.xml b/releng/org.eclipse.papyrus.sysml14.p2/pom.xml
index cf9cfa93..fab3c3ab 100644
--- a/releng/org.eclipse.papyrus.sysml14.p2/pom.xml
+++ b/releng/org.eclipse.papyrus.sysml14.p2/pom.xml
@@ -36,7 +36,7 @@
<update.site.name>SysML 1.4</update.site.name>
<update.site.description>Use this URL in Eclipse to install SysML 1.4</update.site.description>
<update.site.version>${project.version}</update.site.version>
- <project.website>https://www.eclipse.org/papyrus-sysml</project.website>
+ <project.website>https://www.eclipse.org/papyrus/components/sysml</project.website>
<project.issues>${project.issueManagement.url}</project.issues>
<eclipse.target>${eclipse.targetrelease}</eclipse.target>
<update.site.nightly>https://hudson.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml-neon/ws/releng/org.eclipse.papyrus.sysml14.p2/target/repository/</update.site.nightly>
diff --git a/src/site/xdoc/developer/sop5-release.xml b/src/site/xdoc/developer/sop5-release.xml
index 35272608..e4e76857 100644
--- a/src/site/xdoc/developer/sop5-release.xml
+++ b/src/site/xdoc/developer/sop5-release.xml
@@ -74,7 +74,7 @@
<subsection name="Deploy the web site">
<p>Who: uncommiter action + commiter review</p>
<p>Generate the new web site</p>
- <source>mvn install site site:stage-deploy -Pproduct,documentation,documentation-pdf,quality,web.release -DsiteMainDirectory=/home/flefevre/tmp/sysml/site-staging -Dmaven.clean.skip=true -Dweb.absoluteResourceURL=https://www.eclipse.org/papyrus-sysml/3DIGITVERSION/ -Dweb.href=https://www.eclipse.org/papyrus-sysml/3DIGITVERSION/index.html</source>
+ <source>mvn install site site:stage-deploy -Pproduct,documentation,documentation-pdf,quality,web.release -DsiteMainDirectory=/home/flefevre/tmp/sysml/site-staging -Dmaven.clean.skip=true -Dweb.absoluteResourceURL=https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/ -Dweb.href=https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/index.html</source>
<p>Copy/paste it in the git repository dedicated to the web, in its own version folder</p>
<p>Update the root index.html</p>
<source>https://git.eclipse.org/c/www.eclipse.org/papyrus-sysml.git/</source>

Back to the top