-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release mp4parser-project-1.0.3.11
- Loading branch information
Showing
3 changed files
with
161 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
<?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/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>examples</artifactId> | ||
<name>ISO Parser Examples</name> | ||
<version>1.0.3.11-SNAPSHOT</version> | ||
<parent> | ||
<groupId>com.googlecode.mp4parser</groupId> | ||
<artifactId>mp4parser-project</artifactId> | ||
<version>1.0.3.11-SNAPSHOT</version> | ||
</parent> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.googlecode.mp4parser</groupId> | ||
<artifactId>isoparser</artifactId> | ||
<version>1.0.3.11-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>xom</groupId> | ||
<artifactId>xom</artifactId> | ||
<version>1.2.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.8</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>2.4</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-lang</groupId> | ||
<artifactId>commons-lang</artifactId> | ||
<version>2.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.eclipse.jetty</groupId> | ||
<artifactId>jetty-server</artifactId> | ||
<version>8.1.7.v20120910</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>2.3.1</version> | ||
<configuration> | ||
<source>1.5</source> | ||
<target>1.5</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>localfs</id> | ||
<url>file://${project.basedir}/target/release</url> | ||
</repository> | ||
</distributionManagement> | ||
<scm> | ||
<url>http://code.google.com/p/mp4parser/source/browse/</url> | ||
<connection>scm:svn:https://mp4parser.googlecode.com/svn/trunk/examples</connection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<repositories> | ||
<repository> | ||
<id>aaa</id> | ||
<url>https://oss.sonatype.org/content/repositories/comgooglecodemp4parser-919/</url> | ||
</repository> | ||
</repositories> | ||
</project> | ||
<?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/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>examples</artifactId> | ||
<name>ISO Parser Examples</name> | ||
<version>1.0.3.11</version> | ||
<parent> | ||
<groupId>com.googlecode.mp4parser</groupId> | ||
<artifactId>mp4parser-project</artifactId> | ||
<version>1.0.3.11</version> | ||
</parent> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.googlecode.mp4parser</groupId> | ||
<artifactId>isoparser</artifactId> | ||
<version>1.0.3.11</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>xom</groupId> | ||
<artifactId>xom</artifactId> | ||
<version>1.2.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.8</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>2.4</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-lang</groupId> | ||
<artifactId>commons-lang</artifactId> | ||
<version>2.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.eclipse.jetty</groupId> | ||
<artifactId>jetty-server</artifactId> | ||
<version>8.1.7.v20120910</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>2.3.1</version> | ||
<configuration> | ||
<source>1.5</source> | ||
<target>1.5</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>localfs</id> | ||
<url>file://${project.basedir}/target/release</url> | ||
</repository> | ||
</distributionManagement> | ||
<scm> | ||
<url>http://code.google.com/p/mp4parser/source/browse/</url> | ||
<connection>scm:svn:https://mp4parser.googlecode.com/svn/trunk/examples</connection> | ||
<tag>mp4parser-project-1.0.3.11</tag> | ||
</scm> | ||
<repositories> | ||
<repository> | ||
<id>aaa</id> | ||
<url>https://oss.sonatype.org/content/repositories/comgooglecodemp4parser-919/</url> | ||
</repository> | ||
</repositories> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
<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>com.googlecode.mp4parser</groupId> | ||
<artifactId>mp4parser-project</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.0.3.11-SNAPSHOT</version> | ||
<name>MP4 Parser Project</name> | ||
<url>http://code.google.com/p/mp4parser/</url> | ||
<licenses> | ||
<license> | ||
<name>Apache License Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<modules> | ||
<module>isoparser</module> | ||
<module>examples</module> | ||
</modules> | ||
<prerequisites> | ||
<maven>3.0</maven> | ||
</prerequisites> | ||
<profiles> | ||
<profile> | ||
<id>android</id> | ||
<modules> | ||
<module>androidtest</module> | ||
</modules> | ||
</profile> | ||
</profiles> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<build> | ||
<defaultGoal>install</defaultGoal> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<version>2.8.1</version> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<version>2.6</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>2.3</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<version>2.5</version> | ||
<configuration> | ||
<localCheckout>true</localCheckout> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<scm> | ||
<url>https://github.com/sannies/mp4parser</url> | ||
<connection>scm:git:git@github.com:sannies/mp4parser.git</connection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
</project> | ||
<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>com.googlecode.mp4parser</groupId> | ||
<artifactId>mp4parser-project</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.0.3.11</version> | ||
<name>MP4 Parser Project</name> | ||
<url>http://code.google.com/p/mp4parser/</url> | ||
<licenses> | ||
<license> | ||
<name>Apache License Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<modules> | ||
<module>isoparser</module> | ||
<module>examples</module> | ||
</modules> | ||
<prerequisites> | ||
<maven>3.0</maven> | ||
</prerequisites> | ||
<profiles> | ||
<profile> | ||
<id>android</id> | ||
<modules> | ||
<module>androidtest</module> | ||
</modules> | ||
</profile> | ||
</profiles> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<build> | ||
<defaultGoal>install</defaultGoal> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<version>2.8.1</version> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<version>2.6</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>2.3</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<version>2.5</version> | ||
<configuration> | ||
<localCheckout>true</localCheckout> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<scm> | ||
<url>https://github.com/sannies/mp4parser</url> | ||
<connection>scm:git:git@github.com:sannies/mp4parser.git</connection> | ||
<tag>mp4parser-project-1.0.3.11</tag> | ||
</scm> | ||
</project> |