Ignore:
Timestamp:
10/29/20 21:02:15 (2 years ago)
Author:
Mark Evenson
Message:

abcl 1.8.0 metadata

rc14

TODO manual needs much description about pathnames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/releng.org

    r15341 r15464  
    1414
    1515Enter your "JIRA username and a password" in a
    16 <file:.m2/settings.xml>.  This will authenticate
     16<file:.m2/settings.xml>.  This will be used for authentication when
     17the =mvn= tool uploads artifacts to the Sonatype snapshot and staging
     18infrastructure.
    1719
    1820#+BEGIN_SRC xml
     
    5052
    5153**** Snapshots
    52 For snapshots - development versions - the version in the POM should look like ~x.y.z-SNAPSHOT~.
     54For snapshots (aka development versions) the version in the POM should
     55be of the form ~x.y.z-SNAPSHOT~.
    5356
    5457#+BEGIN_SRC bash
     
    6063#+END_SRC
    6164
    62 
    6365**** Release
    64 For releases - the version in the POM should look like  ~x.y.z~
     66For releases the version in the POM should be of the form  ~x.y.z~
    6567
    6668#+BEGIN_SRC bash
    67 keyname='<evenson.not.org@gmail.com>'
    68 abcl_version=1.7.1
     69keyname='<your_pgg_key@example.com>'
     70abcl_version=1.8.0
    6971mvn gpg:sign-and-deploy-file -Dgpg.keyname=${keyname} -Dfile=dist/abcl.jar -DpomFile=pom.xml -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging
    7072mvn gpg:sign-and-deploy-file -Dgpg.keyname=${keyname} -Dfile=dist/abcl-${abcl_version}-sources.jar -DpomFile=pom.xml -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dclassifier=sources
     
    7678#+BEGIN_SRC bash
    7779keyname='<evenson.not.org@gmail.com>'
    78 abcl_version=1.7.1
     80abcl_version=1.8.0
    7981mvn gpg:sign-and-deploy-file -Dgpg.keyname=${keyname} -Dfile=dist/abcl-contrib.jar -DpomFile=contrib/pom.xml -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging
    8082mvn gpg:sign-and-deploy-file -Dgpg.keyname=${keyname} -Dfile=dist/abcl-contrib-${abcl_version}-sources.jar -DpomFile=contrib/pom.xml -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dclassifier=sources
     
    100102
    101103
    102 
    103104*** Specifying GPG executable
    104105
    105 For specifying gpg executable, use a property specified via
    106 '-Dgpg.executable=gpg2'.
     106For specifying the =gpg= executable used via =mvn= use a property
     107specified via the =gpg.executable= property (e.g. '-Dgpg.executable=gpg2'.)
    107108
    108109**** Signing binary release
     
    123124  #+begin_example
    124125  Created: ??
    125   Revised: <2020-06-05 Fri 08:46>
     126  Revised: <2020-10-21 Wed 10:01>
    126127  #+end_example
    127128 
Note: See TracChangeset for help on using the changeset viewer.