[ 
https://issues.apache.org/jira/browse/TINKERPOP-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15532413#comment-15532413
 ] 

ASF GitHub Bot commented on TINKERPOP-1158:
-------------------------------------------

Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/444#discussion_r81107375
  
    --- Diff: docs/src/dev/developer/release.asciidoc ---
    @@ -75,11 +75,13 @@ might be high.
     .. `mvn verify -DskipPerformanceTests=false`
     . `bin/publish-docs.sh <username>` - note that under a release candidate 
the documentation is published as SNAPSHOT
     . `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to 
update the project files to reference a non-SNAPSHOT version
    +. `pushd gremlin-console/bin; ln -fs 
../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh 
gremlin.sh; popd`
     . `git diff` and review the updated files (expect all `pom.xml` files and 
this README)
     . `git commit -a -m "TinkerPop xx.yy.zz release"` and `git push`
     . `git tag -a -m "TinkerPop xx.yy.zz release" xx.yy.zz` and `git push 
--tags`
     . `mvn clean install`
     . `mvn versions:set -DnewVersion=xx.yy.zz-SNAPSHOT 
-DgenerateBackupPoms=false` to go back to SNAPSHOT
    +. `pushd gremlin-console/bin; ln -fs 
../target/apache-tinkerpop-gremlin-console-xx.yy.zz-SNAPSHOT-standalone/bin/gremlin.sh
 gremlin.sh; popd`
    --- End diff --
    
    You need similar comments down in the "PMC VOTE" section - that's where 
actual release occurs. 
    
    
https://github.com/apache/tinkerpop/blob/9e0244ef4275cf7d782949352a0185e4e5bda253/docs/src/dev/developer/release.asciidoc#pmc-vote
    
    This section is just for a "release candidate" like an M1 or whatever.


> gremlin.sh -v emits log4j initialization errors
> -----------------------------------------------
>
>                 Key: TINKERPOP-1158
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1158
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.1.1-incubating
>            Reporter: Ariel Weisberg
>            Assignee: Daniel Kuppitz
>            Priority: Trivial
>
> I get a bunch of unrelated noise from log4j when I run hash 
> [c0b79c5|https://github.com/apache/incubator-tinkerpop/tree/c0b79c5c65db6424407ca00144be5167052c6c6b].
> I am running from the bin directory of the repository after {{mvn clean 
> install}}.
> {noformat}
> $ ./gremlin.sh -v
>  log4j:WARN No appenders could be found for logger 
> (com.jcabi.manifests.Manifests).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
> gremlin 3.2.0-SNAPSHOT
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to