You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2008/03/03 21:57:42 UTC

Re: svn commit: r633231 - /servicemix/smx3/trunk/pom.xml

Wouldn't it make more sense to deploy a new snapshot instead ?
This release has not been officialy voted, which means it will
lead to people downloading a camel unofficial release without
even being aware of it...

On Mon, Mar 3, 2008 at 7:35 PM,  <bs...@apache.org> wrote:
> Author: bsnyder
>  Date: Mon Mar  3 10:35:41 2008
>  New Revision: 633231
>
>  URL: http://svn.apache.org/viewvc?rev=633231&view=rev
>  Log:
>  SM-1257 - Camel version in trunk POM not available in Apache Snapshot Repo.
>
>  Modified:
>     servicemix/smx3/trunk/pom.xml
>
>  Modified: servicemix/smx3/trunk/pom.xml
>  URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=633231&r1=633230&r2=633231&view=diff
>  ==============================================================================
>  --- servicemix/smx3/trunk/pom.xml (original)
>  +++ servicemix/smx3/trunk/pom.xml Mon Mar  3 10:35:41 2008
>  @@ -207,7 +207,7 @@
>          <activemq-version>4.1.1</activemq-version>
>          <activeio-version>3.0.0-incubator</activeio-version>
>          <backport-util-concurrent-version>2.2</backport-util-concurrent-version>
>  -        <camel-version>1.3-SNAPSHOT</camel-version>
>  +        <camel-version>1.3.0</camel-version>
>          <jencks-version>2.1</jencks-version>
>          <jetty-version>6.1.6</jetty-version>
>          <geronimo-version>2.0.1</geronimo-version>
>  @@ -628,8 +628,18 @@
>                  <enabled>true</enabled>
>              </snapshots>
>          </repository>
>  +        <repository>
>  +            <id>camel.rc2.repo</id>
>  +            <name>Hadrian's Temp Repo</name>
>  +            <url>http://people.apache.org/~hadrian/apache-camel-1.3.0-RC2/maven2</url>
>  +            <releases>
>  +                <enabled>true</enabled>
>  +            </releases>
>  +            <snapshots>
>  +                <enabled>true</enabled>
>  +            </snapshots>
>  +        </repository>
>      </repositories>
>  -
>      <pluginRepositories>
>          <!-- Apache releases -->
>          <pluginRepository>
>  @@ -668,6 +678,17 @@
>              <url>http://people.apache.org/repo/m2-snapshot-repository</url>
>              <releases>
>                  <enabled>false</enabled>
>  +            </releases>
>  +            <snapshots>
>  +                <enabled>true</enabled>
>  +            </snapshots>
>  +        </pluginRepository>
>  +        <pluginRepository>
>  +            <id>camel.rc2.repo</id>
>  +            <name>Hadrian's Temp Repo</name>
>  +            <url>http://people.apache.org/~hadrian/apache-camel-1.3.0-RC2/maven2</url>
>  +            <releases>
>  +                <enabled>true</enabled>
>              </releases>
>              <snapshots>
>                  <enabled>true</enabled>
>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: svn commit: r633231 - /servicemix/smx3/trunk/pom.xml

Posted by Bruce Snyder <br...@gmail.com>.
On Mon, Mar 3, 2008 at 2:14 PM, Guillaume Nodet <gn...@gmail.com> wrote:
> James has deployed a snapshot today afaik:
>    http://people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-core/1.3-SNAPSHOT/

Yep, I see this so I'm reversing this commit now.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Re: svn commit: r633231 - /servicemix/smx3/trunk/pom.xml

Posted by Guillaume Nodet <gn...@gmail.com>.
James has deployed a snapshot today afaik:
   http://people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-core/1.3-SNAPSHOT/

On Mon, Mar 3, 2008 at 10:09 PM, Bruce Snyder <br...@gmail.com> wrote:
> On Mon, Mar 3, 2008 at 1:57 PM, Guillaume Nodet <gn...@gmail.com> wrote:
>  > Wouldn't it make more sense to deploy a new snapshot instead ?
>  >  This release has not been officialy voted, which means it will
>  >  lead to people downloading a camel unofficial release without
>  >  even being aware of it...
>
>  I definitely understand your concern but I believe there is good
>  reason for doing this. I committed this as a temporary fix to get the
>  build working. I think it is entirely appropriate to use SNAPSHOTs in
>  the trunk as it has not been fully released. And there are SNAPSHOT
>  versions of other dependencies in the trunk (CXF comes to mind).
>
>  As soon as another SNAPSHOT of Camel 1.3 is pushed to the Apache
>  snapshot repo or Camel 1.3 is fully released, I will revert this
>  change.
>
>  Bruce
>  --
>  perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>  );'
>
>  Apache ActiveMQ - http://activemq.org/
>  Apache Camel - http://activemq.org/camel/
>  Apache ServiceMix - http://servicemix.org/
>  Apache Geronimo - http://geronimo.apache.org/
>
>  Blog: http://bruceblog.org/
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: svn commit: r633231 - /servicemix/smx3/trunk/pom.xml

Posted by Bruce Snyder <br...@gmail.com>.
On Mon, Mar 3, 2008 at 1:57 PM, Guillaume Nodet <gn...@gmail.com> wrote:
> Wouldn't it make more sense to deploy a new snapshot instead ?
>  This release has not been officialy voted, which means it will
>  lead to people downloading a camel unofficial release without
>  even being aware of it...

I definitely understand your concern but I believe there is good
reason for doing this. I committed this as a temporary fix to get the
build working. I think it is entirely appropriate to use SNAPSHOTs in
the trunk as it has not been fully released. And there are SNAPSHOT
versions of other dependencies in the trunk (CXF comes to mind).

As soon as another SNAPSHOT of Camel 1.3 is pushed to the Apache
snapshot repo or Camel 1.3 is fully released, I will revert this
change.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/