vinishjail97 commented on issue #486: URL: https://github.com/apache/incubator-xtable/issues/486#issuecomment-2266866979
Based on comments provided in rc-1, have fixed the artifact names for the bundles that didn't have the incubator prefix. Created 0.1.0-rc2 which can be accessed through https://repository.apache.org/content/repositories/orgapachextable-1001/ In your `pom.xml`, you need to make the following changes to access the rc2 bundles. ``` <repositories> <repository> <id>apache-staging</id> <name>Apache Staging Repository for XTable</name> <url>https://repository.apache.org/content/repositories/orgapachextable-1000/</url> </repository> </repositories> .... <dependency> <groupId>org.apache.xtable</groupId> <artifactId>incubator-xtable-core</artifactId> <version>0.1.0-rc2</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]
