Repository: incubator-usergrid Updated Branches: refs/heads/master aa4f55a1b -> 0d1965d18
Per standard policy, we can't over write the repos. Was causing the builds to not deploy. Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/dc2e712a Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/dc2e712a Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/dc2e712a Branch: refs/heads/master Commit: dc2e712adcf386cd0468a36ebbf814bbfe270ed8 Parents: 25d0077 Author: John D. Ament <johndam...@apache.org> Authored: Thu Apr 16 21:06:58 2015 -0400 Committer: John D. Ament <johndam...@apache.org> Committed: Thu Apr 16 21:06:58 2015 -0400 ---------------------------------------------------------------------- stack/pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dc2e712a/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index 9bc0b06..82d0ea3 100644 --- a/stack/pom.xml +++ b/stack/pom.xml @@ -71,13 +71,6 @@ <!-- NOTE: </activeProfiles> --> <!-- NOTE: </settings> --> - <snapshot.repository.url> - https://repository.apache.org/content/repositories/snapshots - </snapshot.repository.url> - <release.repository.url> - https://repository.apache.org/service/local/staging/deploy/maven2 - </release.repository.url> - <!-- =================================================================== --> <!-- Properties: General Settings --> <!-- =================================================================== --> @@ -163,23 +156,6 @@ </developer> </developers> - - <distributionManagement> - <!-- Versioned (non-snapshot) releases are published to this repository --> - <repository> - <id>usergrid.releases</id> - <name>Usergrid Releases</name> - <url>${release.repository.url}</url> - </repository> - - <!-- Snapshots (not-releases) are published to this repository --> - <snapshotRepository> - <id>usergrid.snapshots</id> - <name>Usergrid Snapshots</name> - <url>${snapshot.repository.url}</url> - </snapshotRepository> - </distributionManagement> - <modules> <module>java-sdk-old</module> <module>config</module>