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

update version and distribution management

parent ab81de3e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.videolan</groupId> <groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId> <artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>jvlc-core</artifactId> <artifactId>jvlc-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
......
<?xml version="1.0" encoding="UTF-8"?> <?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 "> <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> <modelVersion>4.0.0</modelVersion>
<groupId>org.videolan</groupId> <groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId> <artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>JVLC</name> <name>JVLC</name>
<description>Java Bindings for VideoLAN</description> <description>Java Bindings for VideoLAN</description>
<url>http://jvlc.ihack.it/</url> <url>http://jvlc.ihack.it/</url>
...@@ -28,14 +26,6 @@ ...@@ -28,14 +26,6 @@
<url>http://trac.videolan.org/jvlc</url> <url>http://trac.videolan.org/jvlc</url>
</issueManagement> </issueManagement>
<distributionManagement>
<site>
<id>jvlc</id>
<url>http://jvlc.ihack.it/maven-site/</url>
<name>JVLC Maven Site</name>
</site>
</distributionManagement>
<scm> <scm>
<connection>scm:git:git://git.videolan.org/vlc</connection> <connection>scm:git:git://git.videolan.org/vlc</connection>
<developerConnection>scm:git:git://git.videolan.org/vlc</developerConnection> <developerConnection>scm:git:git://git.videolan.org/vlc</developerConnection>
...@@ -147,4 +137,18 @@ ...@@ -147,4 +137,18 @@
<module>samples</module> <module>samples</module>
</modules> </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> </project>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.videolan</groupId> <groupId>org.videolan</groupId>
<artifactId>jvlc-samples</artifactId> <artifactId>jvlc-samples</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>org.videolan</groupId> <groupId>org.videolan</groupId>
<artifactId>jvlc-samples-client</artifactId> <artifactId>jvlc-samples-client</artifactId>
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<parent> <parent>
<groupId>org.videolan</groupId> <groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId> <artifactId>jvlc-parent</artifactId>
<version>0.9.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>jvlc-samples</artifactId> <artifactId>jvlc-samples</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>JVLC - Samples</name> <name>JVLC - Samples</name>
<description>Java Bindings for VideoLAN - Samples</description> <description>Java Bindings for VideoLAN - Samples</description>
<version>0.9.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<modules> <modules>
<module>client</module> <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