Commit c33ef37d authored by Filippo Carone's avatar Filippo Carone

[maven-release-plugin] prepare release jvlc-parent-1.0.1

parent af8d0718
<?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>
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>jvlc-core</artifactId>
<packaging>jar</packaging>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>JVLC</name>
<description>Java Bindings for VideoLAN</description>
......
......@@ -4,14 +4,14 @@
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-samples</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-samples-client</artifactId>
<packaging>jar</packaging>
<name>JVLC - Client sample</name>
<description>Java Bindings for VideoLAN - Client sample</description>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<build>
<plugins>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>org.videolan</groupId>
<artifactId>jvlc-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>jvlc-samples</artifactId>
<packaging>pom</packaging>
<name>JVLC - Samples</name>
<description>Java Bindings for VideoLAN - Samples</description>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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