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
benoitx committed Sep 17, 2021
1 parent e10fd6f commit d3085a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions flatpack-excel/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</parent>


Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions flatpack-samples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</parent>


Expand Down Expand Up @@ -88,12 +88,12 @@
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-excel</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flatpack/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
</parent>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<name>FlatPack Parent</name>
<version>4.0.15</version>
<version>4.0.16-SNAPSHOT</version>
<url>https://github.com/Appendium/flatpack</url>
<packaging>pom</packaging>

Expand Down Expand Up @@ -264,7 +264,7 @@
<connection>scm:git:git@github.com:appendium/flatpack.git</connection>
<url>git://github.com:appendium/flatpack.git</url>
<developerConnection>scm:git:git@github.com:appendium/flatpack.git</developerConnection>
<tag>flatpack-parent-4.0.15</tag>
<tag>flatpack-parent-4.0.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit d3085a9

Please sign in to comment.