Skip to content

Commit 84d7a2f

Browse files
committed
[maven-release-plugin] prepare release mp4parser-project-1.0.3.2
1 parent fef7dbc commit 84d7a2f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

examples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

66
<artifactId>examples</artifactId>
77
<name>ISO Parser Examples</name>
8-
<version>1.0.3.2-SNAPSHOT</version>
8+
<version>1.0.3.2</version>
99
<parent>
1010
<groupId>com.googlecode.mp4parser</groupId>
1111
<artifactId>mp4parser-project</artifactId>
12-
<version>1.0.3.2-SNAPSHOT</version>
12+
<version>1.0.3.2</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.googlecode.mp4parser</groupId>
1717
<artifactId>isoparser</artifactId>
18-
<version>1.0.3.2-SNAPSHOT</version>
18+
<version>1.0.3.2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>xom</groupId>
@@ -74,7 +74,7 @@
7474
<scm>
7575
<url>http://code.google.com/p/mp4parser/source/browse/</url>
7676
<connection>scm:svn:https://mp4parser.googlecode.com/svn/trunk/examples</connection>
77-
<tag>HEAD</tag>
77+
<tag>mp4parser-project-1.0.3.2</tag>
7878
</scm>
7979
<repositories>
8080
<repository>

isoparser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
88
</description>
99
<url>http://code.google.com/p/mp4parser/</url>
10-
<version>1.0.3.2-SNAPSHOT</version>
10+
<version>1.0.3.2</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -236,7 +236,7 @@
236236
<scm>
237237
<url>http://code.google.com/p/mp4parser/source/browse/</url>
238238
<connection>scm:svn:https://mp4parser.googlecode.com/svn/trunk/isoparser</connection>
239-
<tag>HEAD</tag>
239+
<tag>mp4parser-project-1.0.3.2</tag>
240240
</scm>
241241

242242
<ciManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.googlecode.mp4parser</groupId>
44
<artifactId>mp4parser-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.0.3.2-SNAPSHOT</version>
6+
<version>1.0.3.2</version>
77
<name>MP4 Parser Project</name>
88
<url>http://code.google.com/p/mp4parser/</url>
99
<licenses>
@@ -69,6 +69,6 @@
6969
<scm>
7070
<url>https://github.com/sannies/mp4parser</url>
7171
<connection>scm:git:[email protected]:sannies/mp4parser.git</connection>
72-
<tag>HEAD</tag>
72+
<tag>mp4parser-project-1.0.3.2</tag>
7373
</scm>
7474
</project>

0 commit comments

Comments
 (0)