Hi Lewis, Thank! So it will effectively become this?
<repository> <id>any23-repository-external</id> <url>http://svn.apache.org/repos/asf/any23/repo-ext/</url> </repository> <repository> <id>sonatype-snapshots</id> <url>https://repository.apache.org/content/repositories/snapshots</url> <releases><enabled>false</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> On Wed, Feb 25, 2015 at 7:52 PM, Lewis John Mcgibbney <[email protected]> wrote: > Hi Meraj, > > YES > > On Wed, Feb 25, 2015 at 4:36 PM, <[email protected]> wrote: >> >> >> >> The following entry for a maven dependency to point to the SNAPSHOT >> release does not work , do you know what entry should be made to >> pom.xml to include the 1.2-SNAPSHOT >> >> <dependency> >> <groupId>org.apache.any23</groupId> >> <artifactId>apache-any23-core</artifactId> >> <version>1.2-SNAPSHOT</version> >> </dependency> >> >> > > You need to include the following snippet > > https://github.com/apache/any23/blob/master/pom.xml#L499-L510 > > However substitute the contents with the following > > https://repository.apache.org/content/repositories/snapshots/ > Thanks > Lewis > > > > > > > > -- > Lewis
