Skip to content

Commit

Permalink
Added license information. configured for oss repository deployement. r…
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelbru committed Nov 11, 2011
1 parent cb8cbff commit 159b208
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>org.sindice.siren</groupId>
<artifactId>siren-aggregator</artifactId>
Expand All @@ -15,6 +21,13 @@
<module>siren-solr</module>
<module>siren-qparser</module>
</modules>

<licenses>
<license>
<name>GNU Affero General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url>
</license>
</licenses>

<scm>
<connection>scm:git:ssh://[email protected]/rdelbru/SIREn.git</connection>
Expand Down
6 changes: 3 additions & 3 deletions siren-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</plugin>
</plugins>
</reporting>

<repositories>
<repository>
<id>oss-sonatype</id>
Expand All @@ -83,7 +83,7 @@
<artifactId>lucene-core</artifactId>
<version>${lucene.version}</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
Expand All @@ -105,7 +105,7 @@
<version>1.7.1</version>
<scope>test</scope>
</dependency>

</dependencies>

</project>
14 changes: 14 additions & 0 deletions siren-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>org.sindice.siren</groupId>
<artifactId>siren-parent</artifactId>
Expand All @@ -22,6 +28,13 @@
</roles>
</developer>
</developers>

<licenses>
<license>
<name>GNU Affero General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url>
</license>
</licenses>

<scm>
<connection>scm:git:ssh://[email protected]/rdelbru/SIREn.git</connection>
Expand Down Expand Up @@ -91,6 +104,7 @@
</build>

<dependencies>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 159b208

Please sign in to comment.