Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mp4parser-project-1.1.20-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Jun 5, 2016
1 parent a30b92f commit 904ed55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/pom.xml
Expand Up @@ -5,17 +5,17 @@

<artifactId>examples</artifactId>
<name>ISO Parser Examples</name>
<version>1.1.21-SNAPSHOT</version>
<version>1.1.20</version>
<parent>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>mp4parser-project</artifactId>
<version>1.1.21-SNAPSHOT</version>
<version>1.1.20</version>
</parent>
<dependencies>
<dependency>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.1.21-SNAPSHOT</version>
<version>1.1.20</version>
</dependency>
<dependency>
<groupId>xom</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<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.7-SNAPSHOT-4</tag>
<tag> mp4parser-project-1.1.20-2</tag>
</scm>
<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions isoparser/pom.xml
Expand Up @@ -7,7 +7,7 @@
<description>A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
</description>
<url>http://code.google.com/p/mp4parser/</url>
<version>1.1.21-SNAPSHOT</version>
<version>1.1.20</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -197,7 +197,7 @@

<scm>
<url>https://github.com/sannies/mp4parser</url>
<tag> mp4parser-project-1.0.7-SNAPSHOT-4</tag>
<tag> mp4parser-project-1.1.20-2</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>mp4parser-project</artifactId>
<packaging>pom</packaging>
<version>1.1.21-SNAPSHOT</version>
<version>1.1.20</version>
<name>MP4 Parser Project</name>
<url>http://code.google.com/p/mp4parser/</url>
<licenses>
Expand Down Expand Up @@ -83,6 +83,6 @@
<scm>
<url>https://github.com/sannies/mp4parser</url>
<connection>scm:git:git@github.com:sannies/mp4parser.git</connection>
<tag> mp4parser-project-1.0.7-SNAPSHOT-4</tag>
<tag> mp4parser-project-1.1.20-2</tag>
</scm>
</project>

0 comments on commit 904ed55

Please sign in to comment.