Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Apr 26, 2022
1 parent f8f351b commit ff13790
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions isoparser/pom.xml
Expand Up @@ -7,11 +7,11 @@
<description>A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
</description>
<url>https://github.com/sannies/mp4parser</url>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
<parent>
<artifactId>mp4parser-project</artifactId>
<groupId>org.mp4parser</groupId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -160,7 +160,7 @@

<scm>
<url>https://github.com/sannies/mp4parser</url>
<tag>mp4parser-project-1.9.56</tag>
<tag>mp4parser-project-1.9.43</tag>
</scm>

<licenses>
Expand Down
8 changes: 4 additions & 4 deletions muxer/pom.xml
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>org.mp4parser</groupId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
<artifactId>muxer</artifactId>
<name>File Muxer</name>
<url>https://github.com/sannies/mp4parser</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<artifactId>mp4parser-project</artifactId>
<groupId>org.mp4parser</groupId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -67,6 +67,6 @@
</developers>
<scm>
<url>https://github.com/sannies/mp4parser</url>
<tag>mp4parser-project-1.9.56</tag>
<tag>mp4parser-project-1.9.43</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.mp4parser</groupId>
<artifactId>mp4parser-project</artifactId>
<packaging>pom</packaging>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
<name>MP4 Parser Project</name>
<description>MP4 Parser Project (parent) </description>
<developers>
Expand Down Expand Up @@ -202,6 +202,6 @@
<scm>
<url>https://github.com/sannies/mp4parser</url>
<connection>scm:git:git@github.com:sannies/mp4parser.git</connection>
<tag>mp4parser-project-1.9.56</tag>
<tag>mp4parser-project-1.9.43</tag>
</scm>
</project>
10 changes: 5 additions & 5 deletions streaming/pom.xml
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mp4parser</groupId>
<artifactId>streaming</artifactId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>muxer</artifactId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -38,7 +38,7 @@
<parent>
<artifactId>mp4parser-project</artifactId>
<groupId>org.mp4parser</groupId>
<version>1.9.56</version>
<version>1.9.57-SNAPSHOT</version>
</parent>
<profiles>
<profile>
Expand Down Expand Up @@ -122,6 +122,6 @@
</developers>
<scm>
<url>https://github.com/sannies/mp4parser</url>
<tag>mp4parser-project-1.9.56</tag>
<tag>mp4parser-project-1.9.43</tag>
</scm>
</project>

0 comments on commit ff13790

Please sign in to comment.