Yes, any time. Snapshots are not formally releases and require no process. Many projects publish them from their Jenkins jobs.
On Wed, May 18, 2011 at 1:55 PM, Paolo Castagna <[email protected]> wrote: > 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/ >
