You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Grzegorz Kossakowski <gr...@tuffmail.com> on 2008/07/20 18:43:28 UTC

Re: [DAISY] Updated: Deploying a Cocoon application

daisy@cocoon.zones.apache.org pisze:
> A document has been updated:
> 
> http://cocoon.zones.apache.org/daisy/documentation/1362.html
> 
> Document ID: 1362
> Branch: main
> Language: default
> Name: Deploying a Cocoon application (unchanged)
> Document Type: Cocoon Document (unchanged)
> Updated on: 7/17/08 1:32:24 PM
> Updated by: Ross McDonald
> 
> A new version has been created, state: draft
> 
> Parts
> =====
> 
> Content
> -------
> This part has been updated.
> Mime type: text/xml (unchanged)
> File name:  (unchanged)
> Size: 6955 bytes (previous version: 6969 bytes)
> Content diff:
> (91 equal lines skipped)
>           &lt;dependency&gt;
>     <strong>        &lt;groupId&gt;<strong><tt>com.mycompany</tt></strong>&lt;/groupId&gt;
>             &lt;artifactId&gt;<strong>myBlock1</strong>&lt;/artifactId&gt;
> ---         &lt;version&gt;<strong>1.0-SNAPSHOT</strong>&lt;/version&gt;</strong>
> +++         &lt;version&gt;<strong>1.0.0</strong>&lt;/version&gt;</strong>
>           &lt;/dependency&gt;
>           &lt;dependency&gt;
>     <strong>        &lt;groupId&gt;<strong><tt>com.mycompany</tt></strong>&lt;/groupId&gt;
>             &lt;artifactId&gt;<strong>myBlock2</strong>&lt;/artifactId&gt;
> ---         &lt;version&gt;<strong>1.0-SNAPSHOT</strong>&lt;/version&gt;</strong>
> +++         &lt;version&gt;<strong>1.0.0</strong>&lt;/version&gt;</strong>
>           &lt;/dependency&gt;
>         &lt;/dependencies&gt;

Ross, could you explain why you want to change these version numbers?

AFAIK, poms created by archetype contain SNAPSHOT versions.

-- 
Grzegorz Kossakowski