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 <[email protected]>:
>> Committed a bit too much? See below...
>>
>> On 2012-10-10 07:42, [email protected] 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: [email protected]
>> For additional commands, e-mail: [email protected]
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to