You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/10/10 23:28:41 UTC

Re: svn commit: r1396476 - in /maven/doxia/doxia-tools/trunk: doxia-book-maven-plugin/pom.xml doxia-converter/pom.xml

Committed a bit too much? See below...

On 2012-10-10 07:42, krosenvold@apache.org wrote:
> Author: krosenvold
> Date: Wed Oct 10 05:42:44 2012
> New Revision: 1396476
> 
> URL: http://svn.apache.org/viewvc?rev=1396476&view=rev
> Log:
> o Made it compile with maven3
> 
> Modified:
>     maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
>     maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
> 
> Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
> ==============================================================================
> --- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml (original)
> +++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Wed Oct 10 05:42:44 2012
> @@ -69,7 +69,7 @@ under the License.
>      <dependency>
>        <groupId>${project.groupId}</groupId>
>        <artifactId>doxia-book-renderer</artifactId>
> -      <version>1.3-SNAPSHOT</version>
> +      <version>2</version>

There is no version 2 of doxia-book-renderer.

>      </dependency>
>  
>      <dependency>
> 
> Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
> ==============================================================================
> --- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
> +++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Wed Oct 10 05:42:44 2012
> @@ -152,7 +152,7 @@ under the License.
>      <dependency>
>        <groupId>org.codehaus.plexus</groupId>
>        <artifactId>plexus-container-default</artifactId>
> -      <scope>test</scope>
> +      <scope>provided</scope>
>      </dependency>
>  
>      <!-- Test -->
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1396476 - in /maven/doxia/doxia-tools/trunk: doxia-book-maven-plugin/pom.xml doxia-converter/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
On 2012-10-11 08:23, Kristian Rosenvold wrote:
> I was building this on a clean machine with no maven repo and only
> maven central access. This was the only version that seemed to be
> available to me; it looks like the reactor-version...?
> 
> I am actually a bit confused as to what *is* the correct version
> number ? 1.3-SNAPSHOT is nowhere to be seen ;)

Actually this turned out to be my bad. When I converted doxia-tools from
a release-all-modules-at-once project to be a
release-each-module-individually project, I lost the individual version
for the modules.

So you are correct in that version 2 is the reactor version, which
thankfully has not made it to central.

My latest commit should fix this.

> 
> Kristian
> 
> 
> 
> 2012/10/10 Dennis Lundberg <de...@apache.org>:
>> Committed a bit too much? See below...
>>
>> On 2012-10-10 07:42, krosenvold@apache.org wrote:
>>> Author: krosenvold
>>> Date: Wed Oct 10 05:42:44 2012
>>> New Revision: 1396476
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1396476&view=rev
>>> Log:
>>> o Made it compile with maven3
>>>
>>> Modified:
>>>     maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
>>>     maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
>>>
>>> Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
>>> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
>>> ==============================================================================
>>> --- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml (original)
>>> +++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Wed Oct 10 05:42:44 2012
>>> @@ -69,7 +69,7 @@ under the License.
>>>      <dependency>
>>>        <groupId>${project.groupId}</groupId>
>>>        <artifactId>doxia-book-renderer</artifactId>
>>> -      <version>1.3-SNAPSHOT</version>
>>> +      <version>2</version>
>>
>> There is no version 2 of doxia-book-renderer.
>>
>>>      </dependency>
>>>
>>>      <dependency>
>>>
>>> Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
>>> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
>>> ==============================================================================
>>> --- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
>>> +++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Wed Oct 10 05:42:44 2012
>>> @@ -152,7 +152,7 @@ under the License.
>>>      <dependency>
>>>        <groupId>org.codehaus.plexus</groupId>
>>>        <artifactId>plexus-container-default</artifactId>
>>> -      <scope>test</scope>
>>> +      <scope>provided</scope>
>>>      </dependency>
>>>
>>>      <!-- Test -->
>>>
>>>
>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1396476 - in /maven/doxia/doxia-tools/trunk: doxia-book-maven-plugin/pom.xml doxia-converter/pom.xml

Posted by Kristian Rosenvold <kr...@gmail.com>.
I was building this on a clean machine with no maven repo and only
maven central access. This was the only version that seemed to be
available to me; it looks like the reactor-version...?

I am actually a bit confused as to what *is* the correct version
number ? 1.3-SNAPSHOT is nowhere to be seen ;)

Kristian



2012/10/10 Dennis Lundberg <de...@apache.org>:
> Committed a bit too much? See below...
>
> On 2012-10-10 07:42, krosenvold@apache.org wrote:
>> Author: krosenvold
>> Date: Wed Oct 10 05:42:44 2012
>> New Revision: 1396476
>>
>> URL: http://svn.apache.org/viewvc?rev=1396476&view=rev
>> Log:
>> o Made it compile with maven3
>>
>> Modified:
>>     maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
>>     maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
>>
>> Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
>> ==============================================================================
>> --- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml (original)
>> +++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Wed Oct 10 05:42:44 2012
>> @@ -69,7 +69,7 @@ under the License.
>>      <dependency>
>>        <groupId>${project.groupId}</groupId>
>>        <artifactId>doxia-book-renderer</artifactId>
>> -      <version>1.3-SNAPSHOT</version>
>> +      <version>2</version>
>
> There is no version 2 of doxia-book-renderer.
>
>>      </dependency>
>>
>>      <dependency>
>>
>> Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1396476&r1=1396475&r2=1396476&view=diff
>> ==============================================================================
>> --- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
>> +++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Wed Oct 10 05:42:44 2012
>> @@ -152,7 +152,7 @@ under the License.
>>      <dependency>
>>        <groupId>org.codehaus.plexus</groupId>
>>        <artifactId>plexus-container-default</artifactId>
>> -      <scope>test</scope>
>> +      <scope>provided</scope>
>>      </dependency>
>>
>>      <!-- Test -->
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org