Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update scm location #21

Merged
merged 1 commit into from Aug 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@ fcrepo-webapp-plus
==================


[![Build Status](https://travis-ci.org/fcrepo4-labs/fcrepo-webapp-plus.png?branch=master)](https://travis-ci.org/fcrepo4-labs/fcrepo-webapp-plus)
[![Build Status](https://travis-ci.org/fcrepo4-exts/fcrepo-webapp-plus.png?branch=master)](https://travis-ci.org/fcrepo4-exts/fcrepo-webapp-plus)

Fcrepo4 webapp plus optional fcrepo dependencies. This project builds a custom-configured
fcrepo4 webapp war file that includes extra dependencies and configuration options. An
Expand Down Expand Up @@ -35,7 +35,7 @@ mvn install -P xacml
```

# Audit Capability Package
This profile builds webapp that includes the [fcrepo-audit](https://github.com/fcrepo4-labs/fcrepo-audit) module that provides internal auditing capability.
This profile builds webapp that includes the [fcrepo-audit](https://github.com/fcrepo4-exts/fcrepo-audit) module that provides internal auditing capability.

```
mvn install -P audit
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -35,11 +35,11 @@
</repositories>

<scm>
<connection>scm:git:git://github.com/fcrepo4-labs/${project_name}.git
<connection>scm:git:git://github.com/fcrepo4-exts/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:fcrepo4-labs/${project_name}.git
<developerConnection>scm:git:git@github.com:fcrepo4-exts/${project_name}.git
</developerConnection>
<url>https://github.com/fcrepo4-labs/${project_name}</url>
<url>https://github.com/fcrepo4-exts/${project_name}</url>
<tag>HEAD</tag>
</scm>

Expand Down