Author: rotty3000 Date: Mon May 8 13:44:59 2017 New Revision: 1794370 URL: http://svn.apache.org/viewvc?rev=1794370&view=rev Log: [CDI] fix maven warnings
Signed-off-by: Raymond Augé <[email protected]> Modified: aries/trunk/cdi/pom.xml Modified: aries/trunk/cdi/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/cdi/pom.xml?rev=1794370&r1=1794369&r2=1794370&view=diff ============================================================================== --- aries/trunk/cdi/pom.xml (original) +++ aries/trunk/cdi/pom.xml Mon May 8 13:44:59 2017 @@ -25,8 +25,8 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>14</version> - <relativePath>../parent</relativePath> + <version>17</version> + <relativePath /> </parent> <groupId>org.apache.aries.cdi</groupId>
