Hi mentors,
just to double check that my understanding is correct.

Can I go ahead and publish any SNAPSHOT on the Maven Snapshot
repository at Apache [1] at any time?

I am almost ready to try with the LARQ module for which I am
planning to use:

  <groupId>org.apache.jena</groupId>
  <artifactId>larq</artifactId>
  <version>0.2.2-incubating-SNAPSHOT</version>

and inherit from:

  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>9</version>
  </parent>

Thanks,
Paolo

 [1] https://repository.apache.org/content/repositories/snapshots/

Reply via email to