stevedlawrence commented on code in PR #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7#discussion_r1579868686
########## src/main/g8/default.properties: ########## @@ -16,5 +16,5 @@ name=format extension=dat package=com.example -namespaced=no -daffodil_version=maven(org.apache.daffodil, daffodil-tdml-processor_2.12) +namespaced=yes +daffodil_plugin_version=maven(org.apache.daffodil, sbt-daffodil) Review Comment: > When this gets released, updating all existing schema projects to use this will help a lot by getting rid of the unnecessary library dependencies like log4j. I've already started this process, it's definitely making things a lot cleaner and regression testing different daffodil versions is much simpler. Now we can do something like `sbt 'set daffodilVersion := "3.7.0"' test`, so no need to manually update `libraryDependency` versions like we do now. -- 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. To unsubscribe, e-mail: dev-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org