Skip to content

Commit e526554

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ddf1aff commit e526554

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

examples/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55

66
<artifactId>examples</artifactId>
77
<name>ISO Parser Examples</name>
8-
<version>1.9.31</version>
8+
<version>1.9.32-SNAPSHOT</version>
99
<parent>
1010
<groupId>org.mp4parser</groupId>
1111
<artifactId>mp4parser-project</artifactId>
12-
<version>1.9.31</version>
12+
<version>1.9.32-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.mp4parser</groupId>
1717
<artifactId>isoparser</artifactId>
18-
<version>1.9.31</version>
18+
<version>1.9.32-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.mp4parser</groupId>
2222
<artifactId>muxer</artifactId>
23-
<version>1.9.31</version>
23+
<version>1.9.32-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.mp4parser</groupId>
2727
<artifactId>streaming</artifactId>
28-
<version>1.9.31</version>
28+
<version>1.9.32-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>xom</groupId>
@@ -89,7 +89,7 @@
8989
<scm>
9090
<url>http://code.google.com/p/mp4parser/source/browse/</url>
9191
<connection>scm:svn:https://mp4parser.googlecode.com/svn/trunk/examples</connection>
92-
<tag>mp4parser-project-1.9.31</tag>
92+
<tag>mp4parser-project-1.9.5</tag>
9393
</scm>
9494
<repositories>
9595
<repository>

isoparser/pom.xml

+2-2
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>https://github.com/sannies/mp4parser</url>
10-
<version>1.9.31</version>
10+
<version>1.9.32-SNAPSHOT</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -220,7 +220,7 @@
220220

221221
<scm>
222222
<url>https://github.com/sannies/mp4parser</url>
223-
<tag>mp4parser-project-1.9.31</tag>
223+
<tag>mp4parser-project-1.9.5</tag>
224224
</scm>
225225

226226
<licenses>

muxer/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.mp4parser</groupId>
6-
<version>1.9.31</version>
6+
<version>1.9.32-SNAPSHOT</version>
77
<artifactId>muxer</artifactId>
88
<name>File Muxer</name>
99
<url>https://github.com/sannies/mp4parser</url>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.mp4parser</groupId>
1818
<artifactId>isoparser</artifactId>
19-
<version>1.9.31</version>
19+
<version>1.9.32-SNAPSHOT</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>junit</groupId>
@@ -121,6 +121,6 @@
121121
</developers>
122122
<scm>
123123
<url>https://github.com/sannies/mp4parser</url>
124-
<tag>mp4parser-project-1.9.31</tag>
124+
<tag>mp4parser-project-1.9.5</tag>
125125
</scm>
126126
</project>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.mp4parser</groupId>
44
<artifactId>mp4parser-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.9.31</version>
6+
<version>1.9.32-SNAPSHOT</version>
77
<name>MP4 Parser Project</name>
88
<url>https://github.com/sannies/mp4parser</url>
99
<licenses>
@@ -85,6 +85,6 @@
8585
<scm>
8686
<url>https://github.com/sannies/mp4parser</url>
8787
<connection>scm:git:[email protected]:sannies/mp4parser.git</connection>
88-
<tag>mp4parser-project-1.9.31</tag>
88+
<tag>mp4parser-project-1.9.5</tag>
8989
</scm>
9090
</project>

streaming/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.mp4parser</groupId>
55
<artifactId>streaming</artifactId>
6-
<version>1.9.31</version>
6+
<version>1.9.32-SNAPSHOT</version>
77
<dependencies>
88
<dependency>
99
<groupId>org.mp4parser</groupId>
1010
<artifactId>isoparser</artifactId>
11-
<version>1.9.31</version>
11+
<version>1.9.32-SNAPSHOT</version>
1212
</dependency>
1313
<dependency>
1414
<groupId>junit</groupId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.mp4parser</groupId>
2121
<artifactId>muxer</artifactId>
22-
<version>1.9.31</version>
22+
<version>1.9.32-SNAPSHOT</version>
2323
<scope>test</scope>
2424
</dependency>
2525
<dependency>
@@ -124,6 +124,6 @@
124124
</developers>
125125
<scm>
126126
<url>https://github.com/sannies/mp4parser</url>
127-
<tag>mp4parser-project-1.9.31</tag>
127+
<tag>mp4parser-project-1.9.5</tag>
128128
</scm>
129129
</project>

0 commit comments

Comments
 (0)