Xray-App / xray-maven-plugin

Xray Maven Plugin
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Documentation issue #44

Closed iclman closed 2 years ago

iclman commented 2 years ago

I don't quite understand the documentation https://github.com/Xray-App/xray-maven-plugin#readme as it refers to

app.getxray
        <artifactId>xray-maven-plugin</artifactId>
        <version>0.5.0</version>

I would have thought that the groupID would be com.xblend and artifactID xray-maven-plugin and version : 0.4.0

bitcoder commented 2 years ago

It was changed from com.xblend to app.getxray on the latest 0.5.0 release

https://github.com/Xray-App/xray-maven-plugin/blob/main/CHANGELOG.md

iclman commented 2 years ago

Thanks. I realized you made the 0.5.0 release shortly after my comments