Repository: marmotta Updated Branches: refs/heads/develop 448364494 -> 994caea41
fixed dependency versions the archetypes Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/48607580 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/48607580 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/48607580 Branch: refs/heads/develop Commit: 4860758068cd16f8fb453dd354111b2993c7e63a Parents: 4483644 Author: Jakob Frank <[email protected]> Authored: Tue Apr 8 16:47:08 2014 +0200 Committer: Jakob Frank <[email protected]> Committed: Tue Apr 8 17:16:21 2014 +0200 ---------------------------------------------------------------------- .../marmotta-archetype-module/pom.xml | 2 +- .../marmotta-archetype-webapp/pom.xml | 22 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/48607580/build/archetypes/marmotta-archetype-module/pom.xml ---------------------------------------------------------------------- diff --git a/build/archetypes/marmotta-archetype-module/pom.xml b/build/archetypes/marmotta-archetype-module/pom.xml index f5301aa..94c15d1 100644 --- a/build/archetypes/marmotta-archetype-module/pom.xml +++ b/build/archetypes/marmotta-archetype-module/pom.xml @@ -124,7 +124,7 @@ <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-core</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/marmotta/blob/48607580/build/archetypes/marmotta-archetype-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/build/archetypes/marmotta-archetype-webapp/pom.xml b/build/archetypes/marmotta-archetype-webapp/pom.xml index 14aff1b..3a971a2 100644 --- a/build/archetypes/marmotta-archetype-webapp/pom.xml +++ b/build/archetypes/marmotta-archetype-webapp/pom.xml @@ -137,67 +137,67 @@ <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-core</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-sparql</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-ldpath</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-ldcache-common</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-versioning-common</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-user</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-security</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-backend-kiwi</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-ldcache-kiwi</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-reasoner-kiwi</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-versioning-kiwi</artifactId> - <version>${marmottaVersion}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> </dependencies>
