Repository: incubator-unomi Updated Branches: refs/heads/master ae987eeb5 -> 018e6d5d3
Fixed repository configuration Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/018e6d5d Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/018e6d5d Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/018e6d5d Branch: refs/heads/master Commit: 018e6d5d331eef275aa0f5b90b594ed66e7839d5 Parents: ae987ee Author: Thomas Draier <[email protected]> Authored: Wed Nov 25 13:46:16 2015 +0100 Committer: Thomas Draier <[email protected]> Committed: Wed Nov 25 13:46:16 2015 +0100 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/018e6d5d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5b7a867..ac3ae52 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,14 @@ </site> </distributionManagement> + <repositories> + <repository> + <id>smx.m2</id> + <name>Apache ServiceMix M2</name> + <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> + </repository> + </repositories> + <profiles> <profile> @@ -242,14 +250,6 @@ </modules> </profile> - <repositories> - <repository> - <id>smx.m2</id> - <name>Apache ServiceMix M2</name> - <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> - </repository> - </repositories> - <profile> <id>checkstyle</id> <build>
