You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/05 23:02:27 UTC

[Db-derby Wiki] Update of "DerbySnapshotOrRelease" by AndrewMcIntyre

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by AndrewMcIntyre:
http://wiki.apache.org/db-derby/DerbySnapshotOrRelease

------------------------------------------------------------------------------
    Next, edit project.xml in the maven directory in the derby tree to contain the correct version number for this release between the <currentversion> tags. Then, edit the project.properties to contain the correct protocol, username, and password for your account on people.apache.org so you can properly authenticate and copy the files to people. The scpexe protocol should work without problems, especially if you have an ssh public key already on people. The project.properties file in the maven directory should look something like this, for the maven.repo lines in the file:
  
    {{{maven.repo.list=apache
- maven.repo.apache=scpexe://svn.apache.org
+ maven.repo.apache=scpexe://people.apache.org
  maven.repo.apache.directory=/www/www.apache.org/dist/java-repository
  maven.repo.apache.username={your_username}
  maven.repo.apache.password={your_password}
@@ -310, +310 @@

    gpg --armor --detach-sign $i   // enter your PGP passphrase for each iteration.
  done
  for i in *.jar.asc
+ do
    PREFIX=`echo $i | sed 's/.jar.asc//g'`
    NEWNAME=$PREFIX-10.1.2.1.jar.asc   //use the correct version number for this release.
    mv $i $NEWNAME