Skip to content

Commit e6b557b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2d4e50a commit e6b557b

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

examples/pom.xml

Lines changed: 5 additions & 5 deletions
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.54</version>
8+
<version>1.9.55-SNAPSHOT</version>
99
<parent>
1010
<groupId>org.mp4parser</groupId>
1111
<artifactId>mp4parser-project</artifactId>
12-
<version>1.9.54</version>
12+
<version>1.9.55-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.mp4parser</groupId>
1717
<artifactId>isoparser</artifactId>
18-
<version>1.9.54</version>
18+
<version>1.9.55-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.mp4parser</groupId>
2222
<artifactId>muxer</artifactId>
23-
<version>1.9.54</version>
23+
<version>1.9.55-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.mp4parser</groupId>
2727
<artifactId>streaming</artifactId>
28-
<version>1.9.54</version>
28+
<version>1.9.55-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>xom</groupId>

isoparser/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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.54</version>
10+
<version>1.9.55-SNAPSHOT</version>
1111
<parent>
1212
<artifactId>mp4parser-project</artifactId>
1313
<groupId>org.mp4parser</groupId>
14-
<version>1.9.54</version>
14+
<version>1.9.55-SNAPSHOT</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -148,7 +148,7 @@
148148

149149
<scm>
150150
<url>https://github.com/sannies/mp4parser</url>
151-
<tag>mp4parser-project-1.9.54</tag>
151+
<tag>mp4parser-project-1.9.43</tag>
152152
</scm>
153153

154154
<licenses>

muxer/pom.xml

Lines changed: 4 additions & 4 deletions
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.54</version>
6+
<version>1.9.55-SNAPSHOT</version>
77
<artifactId>muxer</artifactId>
88
<name>File Muxer</name>
99
<url>https://github.com/sannies/mp4parser</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>mp4parser-project</artifactId>
1414
<groupId>org.mp4parser</groupId>
15-
<version>1.9.54</version>
15+
<version>1.9.55-SNAPSHOT</version>
1616
</parent>
1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.mp4parser</groupId>
2323
<artifactId>isoparser</artifactId>
24-
<version>1.9.54</version>
24+
<version>1.9.55-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>
@@ -53,6 +53,6 @@
5353
</developers>
5454
<scm>
5555
<url>https://github.com/sannies/mp4parser</url>
56-
<tag>mp4parser-project-1.9.54</tag>
56+
<tag>mp4parser-project-1.9.43</tag>
5757
</scm>
5858
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
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.54</version>
6+
<version>1.9.55-SNAPSHOT</version>
77
<name>MP4 Parser Project</name>
88
<url>https://github.com/sannies/mp4parser</url>
99
<licenses>
@@ -183,6 +183,6 @@
183183
<scm>
184184
<url>https://github.com/sannies/mp4parser</url>
185185
<connection>scm:git:git@github.com:sannies/mp4parser.git</connection>
186-
<tag>mp4parser-project-1.9.54</tag>
186+
<tag>mp4parser-project-1.9.43</tag>
187187
</scm>
188188
</project>

streaming/pom.xml

Lines changed: 5 additions & 5 deletions
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.54</version>
6+
<version>1.9.55-SNAPSHOT</version>
77
<dependencies>
88
<dependency>
99
<groupId>org.mp4parser</groupId>
1010
<artifactId>isoparser</artifactId>
11-
<version>1.9.54</version>
11+
<version>1.9.55-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.54</version>
22+
<version>1.9.55-SNAPSHOT</version>
2323
<scope>test</scope>
2424
</dependency>
2525
<dependency>
@@ -38,7 +38,7 @@
3838
<parent>
3939
<artifactId>mp4parser-project</artifactId>
4040
<groupId>org.mp4parser</groupId>
41-
<version>1.9.54</version>
41+
<version>1.9.55-SNAPSHOT</version>
4242
</parent>
4343
<profiles>
4444
<profile>
@@ -121,6 +121,6 @@
121121
</developers>
122122
<scm>
123123
<url>https://github.com/sannies/mp4parser</url>
124-
<tag>mp4parser-project-1.9.54</tag>
124+
<tag>mp4parser-project-1.9.43</tag>
125125
</scm>
126126
</project>

0 commit comments

Comments
 (0)