Jeff Mutonho a écrit :
On 10/17/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:



Yes. I don't know when we'll release it, but I think we'll do it shortly because it fix lot of
issues from the latest version.

Emmanuel




Thanx.You mind posting part of pom where you're using the snapshot version?

<project>
...
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <releases>
         <enabled>false</enabled>
       </releases>
     </pluginRepository>
   </pluginRepositories>
...
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>2.0-SNAPSHOT</version>
      </plugin>
    </plugins>
  </reporting>

...
</project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to