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
nguillaumin committed Sep 2, 2016
1 parent b61ff50 commit aabd69a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jflac-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jflac-parent</artifactId>
<groupId>org.jflac</groupId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<artifactId>jflac-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflac-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jflac-parent</artifactId>
<groupId>org.jflac</groupId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<artifactId>jflac-examples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jflac</groupId>
<artifactId>jflac-parent</artifactId>
<packaging>pom</packaging>

<name>Java FLAC Codec</name>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
<description>jFLAC is a port of the Free Lossless Audio Codec (FLAC) library to Java. This allows Java developers to write programs that use the FLAC files and the FLAC algorithms.</description>

<url>http://jflac.org/</url>
Expand Down Expand Up @@ -88,7 +88,7 @@
<url>git@github.com:nguillaumin/jflac.git</url>
<connection>scm:git:git@github.com:nguillaumin/jfac.git</connection>
<developerConnection>scm:git:git@github.com:nguillaumin/jflac.git</developerConnection>
<tag>1.5.0</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down

0 comments on commit aabd69a

Please sign in to comment.