Commit 28dc3c55 authored by Filippo Carone's avatar Filippo Carone

update version and distribution management

parent ab81de3e
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jvlc-core</artifactId>
<packaging>jar</packaging>
......
<?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/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JVLC</name>
<description>Java Bindings for VideoLAN</description>
<url>http://jvlc.ihack.it/</url>
......@@ -28,14 +26,6 @@
<url>http://trac.videolan.org/jvlc</url>
</issueManagement>
<distributionManagement>
<site>
<id>jvlc</id>
<url>http://jvlc.ihack.it/maven-site/</url>
<name>JVLC Maven Site</name>
</site>
</distributionManagement>
<scm>
<connection>scm:git:git://git.videolan.org/vlc</connection>
<developerConnection>scm:git:git://git.videolan.org/vlc</developerConnection>
......@@ -147,4 +137,18 @@
<module>samples</module>
</modules>
<distributionManagement>
<repository>
<id>jvlc.ihack.it</id>
<name>jvlc repository</name>
<url>scp://jvlc.ihack.it/www/ihack.it/jvlc/maven2</url>
</repository>
<snapshotRepository>
<id>snapshots.jvlc.ihack.it</id>
<name>openmind snapshot repository</name>
<url>scp://jvlc.ihack.it/home/littlejohn/www/ihack.it/jvlc/maven2-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-samples-client</artifactId>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>jvlc-samples</artifactId>
<packaging>pom</packaging>
<name>JVLC - Samples</name>
<description>Java Bindings for VideoLAN - Samples</description>
<version>0.9.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>client</module>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment