Skip to content
Success

Changes

Summary

  1. 580782: Remove obsolete update*.sh version scripts (details)
  2. 580782: SCM plugin connects to mylyn docs git over SSH (details)
Commit b6b1442a0b7b5adba8465e52ffdff230062f11bf by Brandon White
580782: Remove obsolete update*.sh version scripts

These shell scripts were used for updating the pom, feature and manifest
files in the epub and wikitext directories. The new build process
makes these scripts obsolete.

Update the corresponding release steps in the root README file.

Change-Id: I09aea9bf4da313b2baa42bce510273b31e35bef6
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=580782
The file was removedwikitext/update-ui-version.sh
The file was removedepub/update-ui-version.sh
The file was modified wikitext/README.md
Commit 31de87a3f641efe8f1a8fe6aab8c9027eb59cb58 by Brandon White
580782: SCM plugin connects to mylyn docs git over SSH

Configure the maven SCM plugin to use SSH for connecting to the mylyn
docs git repository. Connecting via https is unsupported within the
context of the jenkins job. SSH credentials are already specified
in the Jenkins configuration.

The proper SSH-based git url is defined already in the POM's
SCM.developerConnection property so reference that from the scm plugin
configuration.

Change-Id: I0e3de630d24eddf1c7f95be2331283a9e164ff7d
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=580782
The file was modified pom.xml