Repository: aries-rsa Updated Branches: refs/heads/master d50f914f4 -> 4d409dea0 (forced update)
Add parent for main Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/4d409dea Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/4d409dea Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/4d409dea Branch: refs/heads/master Commit: 4d409dea0b6865dac4ab54eaead1d649c6d8a849 Parents: 2c658b1 Author: Christian Schneider <[email protected]> Authored: Wed Mar 30 13:18:42 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Wed Mar 30 13:18:42 2016 +0200 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/4d409dea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 254a676..9982341 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,14 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>14</version> + <relativePath /> + </parent> + <groupId>org.apache.aries.rsa</groupId> <artifactId>org.apache.aries.rsa.main</artifactId> <version>1.8-SNAPSHOT</version>
