Glen Daniels wrote:
> Hi Keith:
>
> What's up with this change?
The build was complaining saying it cannot download the parent pom. It
was trying to download org.wso2.registry-{$VERSION}.pom
Thanks,
Keith.
This was working fine AFAIK....
>
> Using the variable ensures that we can change the version in a single
> place rather than having to keep N different ones in sync. Were you
> having some kind of problem with it?
>
> --Glen
>
> [EMAIL PROTECTED] wrote:
>> Author: keith
>> Date: Thu Jan 17 02:35:44 2008
>> New Revision: 12401
>>
>> Log:
>>
>> Fixing poms you cannot use ${version} on parent poms in maven2
>>
>>
>>
>> Modified:
>> trunk/registry/modules/core/pom.xml
>> trunk/registry/modules/distribution/pom.xml
>> trunk/registry/modules/documentation/pom.xml
>> trunk/registry/modules/webapps/pom.xml
>> trunk/registry/pom.xml
>>
>> Modified: trunk/registry/modules/core/pom.xml
>> ==============================================================================
>>
>> --- trunk/registry/modules/core/pom.xml (original)
>> +++ trunk/registry/modules/core/pom.xml Thu Jan 17 02:35:44 2008
>> @@ -4,7 +4,7 @@
>> <parent>
>> <groupId>org.wso2.registry</groupId>
>> <artifactId>org.wso2.registry</artifactId>
>> - <version>${version}</version>
>> + <version>SNAPSHOT</version>
>> </parent>
>>
>> <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/registry/modules/distribution/pom.xml
>> ==============================================================================
>>
>> --- trunk/registry/modules/distribution/pom.xml (original)
>> +++ trunk/registry/modules/distribution/pom.xml Thu Jan 17 02:35:44
>> 2008
>> @@ -22,7 +22,7 @@
>> <parent>
>> <groupId>org.wso2.registry</groupId>
>> <artifactId>org.wso2.registry</artifactId>
>> - <version>${version}</version>
>> + <version>SNAPSHOT</version>
>> </parent>
>>
>>
>>
>> Modified: trunk/registry/modules/documentation/pom.xml
>> ==============================================================================
>>
>> --- trunk/registry/modules/documentation/pom.xml (original)
>> +++ trunk/registry/modules/documentation/pom.xml Thu Jan 17
>> 02:35:44 2008
>> @@ -22,7 +22,7 @@
>> <parent>
>> <groupId>org.wso2.registry</groupId>
>> <artifactId>org.wso2.registry</artifactId>
>> - <version>${version}</version>
>> + <version>SNAPSHOT</version>
>> </parent>
>>
>> <artifactId>wso2registry-documentation</artifactId>
>>
>> Modified: trunk/registry/modules/webapps/pom.xml
>> ==============================================================================
>>
>> --- trunk/registry/modules/webapps/pom.xml (original)
>> +++ trunk/registry/modules/webapps/pom.xml Thu Jan 17 02:35:44 2008
>> @@ -22,7 +22,7 @@
>> <parent>
>> <groupId>org.wso2.registry</groupId>
>> <artifactId>org.wso2.registry</artifactId>
>> - <version>${version}</version>
>> + <version>SNAPSHOT</version>
>> </parent>
>> <modelVersion>4.0.0</modelVersion>
>> <artifactId>wso2registry-webapp</artifactId>
>>
>> Modified: trunk/registry/pom.xml
>> ==============================================================================
>>
>> --- trunk/registry/pom.xml (original)
>> +++ trunk/registry/pom.xml Thu Jan 17 02:35:44 2008
>> @@ -24,7 +24,7 @@
>> <groupId>org.wso2.registry</groupId>
>> <artifactId>org.wso2.registry</artifactId>
>> <packaging>pom</packaging>
>> - <version>${version}</version>
>> + <version>SNAPSHOT</version>
>> <name>WSO2 Repository</name>
>> <url>http://wso2.org/projects/registry</url>
>>
>>
>> _______________________________________________
>> Registry-dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
>>
>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev