Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
28dc3c55
Commit
28dc3c55
authored
Dec 14, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version and distribution management
parent
ab81de3e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
15 deletions
+19
-15
bindings/java/core/pom.xml
bindings/java/core/pom.xml
+1
-1
bindings/java/pom.xml
bindings/java/pom.xml
+15
-11
bindings/java/samples/client/pom.xml
bindings/java/samples/client/pom.xml
+1
-1
bindings/java/samples/pom.xml
bindings/java/samples/pom.xml
+2
-2
No files found.
bindings/java/core/pom.xml
View file @
28dc3c55
...
...
@@ -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>
...
...
bindings/java/pom.xml
View file @
28dc3c55
<?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>
bindings/java/samples/client/pom.xml
View file @
28dc3c55
...
...
@@ -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>
...
...
bindings/java/samples/pom.xml
View file @
28dc3c55
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment