myskov commented on PR #3317:
URL: https://github.com/apache/ozone/pull/3317#issuecomment-1102798028

   @adoroszlai as an alternative, the following changes can be done instead of 
affection ozone.version:
   
   - remove _maven-enforcer_ plugin (the same change as in this PR)
   - change the following dependency to use project.version instead of 
ozone.version:
   ```xml
      <dependency>
         <groupId>org.apache.ozone</groupId>
         <artifactId>ozone-annotation-processing</artifactId>
         <version>${ozone.version}</version>
       </dependency>
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to