vinishjail97 commented on issue #486:
URL: 
https://github.com/apache/incubator-xtable/issues/486#issuecomment-2274318357

   Based on feedback provided by @jcamachor, moving the "incubating" regex to 
the artifact version instead of the artifact name. 
   
   Created 0.1.0-rc3 which can be accessed through 
https://repository.apache.org/content/repositories/orgapachextable-1002/
   
   
   In your pom.xml, you need to make the following changes to access the rc3 
bundles.
   
   ```
       <repositories>
           <repository>
               <id>apache-staging</id>
               <name>Apache Staging Repository for XTable</name>
               
<url>https://repository.apache.org/content/repositories/orgapachextable-1002/</url>
           </repository>
       </repositories>
       ....
             <dependency>
               <groupId>org.apache.xtable</groupId>
               <artifactId>xtable-core</artifactId>
               <version>0.1.0-incubating-rc3</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]

Reply via email to