hi
spring actionscript release depends on
<dependency>
<groupId>org.as3commons</groupId>
<artifactId>as3commons-lang</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>external</scope>
<type>swc</type>
</dependency>
a release basically should not depend on snapshots. I recommend to release the as3commons-lang version 1.0.0 and then depend on the released artifact.
Thanks,
Nir


Reply With Quote