tuxji commented on pull request #496: URL: https://github.com/apache/daffodil/pull/496#issuecomment-792880195
Yes, let's replace the explicit version numbers in LICENSE/NOTICE files with foo-<VERSION>.jar to reduce the number of times we need to update our LICENSE/NOTICE files manually to only whenever the library changes its own LICENSE. I found a problem with the first git command in the Confluence page https://cwiki.apache.org/confluence/display/DAFFODIL/Scala+Steward>. I logged into Confluence (I have an account with the username "interran" and name "John Interrante") but I don't have the ability to edit the page or add a comment to it so I will have to suggest the correction here. The first git command adds the wrong repo URL as the remote URL (right now it adds Scala Stewart's own github repo as the url, not Scala Stewart's github fork of the Daffodil repo). Please change it to: `git remote add scala-steward [email protected]:scala-steward/daffodil.git` Note I'm not sure if we will have permission to push a commit to the Scala Stewart fork, but let's find out. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
