Releases are not SNAPSHOTS

Releases cannot depend on snapshots

You have two choices...

1. Release a real version... even calling it "1.0-alpha-1-mcprins-1" (you'll
need commit access to the SCM that is hosting the source code)

2. Just deploy the snapshot version to your snapshot repository (you might
need to tweak the pom to deploy it... no requirement for SCM commit access
though)

2009/3/10 Prins, drs. M.C. (Mark) <m.c.pr...@minlnv.nl>

> Hi all,
> So I want to create a release with the
> org.codehaus.mojo.javascript:javascript-maven-extensions (which are
> 1.0-alpha-1-SNAPSHOT) but the release keeps asking me for the release
> version
>
> I have
>           <extensions>
>            <extension>
>                <groupId>org.codehaus.mojo.javascript</groupId>
>                <artifactId>javascript-maven-extensions</artifactId>
>                <version>1.0-alpha-1-SNAPSHOT</version>
>            </extension>
>        </extensions>
>
> And
>                        <plugin>
>
>  <groupId>org.codehaus.mojo.javascript</groupId>
>
>  <artifactId>javascript-maven-plugin</artifactId>
>                                <version>1.0-alpha-1-SNAPSHOT</version>
>                                <extensions>true</extensions>
>                        </plugin>
>
> In the build section of my parent pom.
>
> Any ideas? Last resort would be to create my own release version of the
> javascript plugin, i guesss..
>
>
> Met vriendelijke groet,
>
> Mark Prins
> applicatie ontwikkelaar Geo-Informatie Systemen
>
> GIS Competence Center (een samenwerking van DLG en DR)
> Dienst Landelijk Gebied
> Kamer 11.23
> Herman Gorterstraat 5
> 3511 EW Utrecht
> Postbus 20021
> 3502 LA Utrecht
> tel 030 275 6877
> fax 030 275 6999
>
> Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u
> niet de geadresseerde bent of dit bericht abusievelijk aan u is gezonden,
> wordt u verzocht dat aan de afzender te melden en het bericht te
> verwijderen. De Staat aanvaardt geen aansprakelijkheid voor schade, van
> welke aard ook, die verband houdt met risico's verbonden aan het
> elektronisch verzenden van berichten.
>
> This message may contain information that is not intended for you. If you
> are not the addressee or if this message was sent to you by mistake, you are
> requested to inform the sender and delete the message. The State accepts no
> liability for damage of any kind resulting from the risks inherent in the
> electronic transmission of messages.
>

Reply via email to