Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OpenWayback Web Commons
=======================
IIPC Web Archive Commons
========================

[![Build Status](https://travis-ci.org/iipc/iipc-web-commons.png?branch=master)](https://travis-ci.org/iipc/iipc-web-commons/)
[![Build Status](https://travis-ci.org/iipc/webarchive-commons.png?branch=master)](https://travis-ci.org/iipc/webarchive-commons/)

This repository contains common utility code for the [OpenWayback][1] project.
This repository contains common utility code for [OpenWayback][1] and other projects.

[1]: https://github.com/iipc/openwayback
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@


<groupId>org.netpreserve.commons</groupId>
<artifactId>commons-web</artifactId>
<version>1.1.0-SNAPSHOT</version>
<artifactId>webarchive-commons</artifactId>
<version>1.1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>iipc-web-commons</name>
<url>https://github.com/iipc/iipc-web-commons</url>
<name>webarchive-commons</name>
<url>https://github.com/iipc/webarchive-commons</url>

<organization>
<name>The International Internet Preservation Consortium</name>
Expand All @@ -41,12 +41,12 @@
</developers>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/iipc/iipc-web-commons/issues</url>
<url>https://github.com/iipc/webarchive-commons/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:iipc/iipc-web-commons.git</connection>
<developerConnection>scm:git:git@github.com:iipc/iipc-web-commons.git</developerConnection>
<url>git@github.com:iipc/iipc-web-commons.git</url>
<connection>scm:git:git@github.com:iipc/webarchive-commons.git</connection>
<developerConnection>scm:git:git@github.com:iipc/webarchive-commons.git</developerConnection>
<url>git@github.com:iipc/webarchive-commons.git</url>
</scm>


Expand Down Expand Up @@ -199,7 +199,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<finalName>iipc-web-commons</finalName>
<finalName>webarchive-commons</finalName>
</configuration>
<executions>
<execution>
Expand Down