Skip to content

Commit

Permalink
release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cheambe committed Feb 25, 2016
1 parent a3f6b77 commit 93264a6
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,32 @@
<artifactId>nubomedia-repository-client</artifactId>
<version>1.0</version>
<name>nubomedia-repository-client</name>
<description>Extends the kurento repository API to work in the NUBOMEDIA environment</description>

<description>Extends the kurento repository clientI to work on the NUBOMEDIA cloud environment</description>
<organization>
<name>Fraunhofer FOKUS</name>
<url>www.fokus.fraunhofer.de</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Cheambe Alice</name>
<email>[email protected]</email>
<organization>Fraunhofer FOKUS</organization>
<organizationUrl>http://www.fokus.fraunhofer.de</organizationUrl>
</developer>
</developers>
<properties>
<java.version>1.7</java.version>
</properties>
<scm>
<connection>scm:git:[email protected]:fhg-fokus-nubomedia/nubomedia-repository-client.git</connection>
<developerConnection>scm:git:[email protected]:fhg-fokus-nubomedia/nubomedia-repository-client.git</developerConnection>
<url>[email protected]:fhg-fokus-nubomedia/nubomedia-repository-client.git</url>
<connection>nubomedia-repository-client.git</connection>
<developerConnection>nubomedia-repository-client.git</developerConnection>
<url>nubomedia-repository-client.git</url>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -106,4 +123,5 @@
<version>6.2.1</version>
</dependency>
</dependencies>
<url>www.nubomedia.eu</url>
</project>

0 comments on commit 93264a6

Please sign in to comment.