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
elecharny committed Jan 18, 2025
1 parent 253b3f9 commit fe5b2b3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ftpserver-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions examples/ftpserver-example-spring-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<artifactId>ftpserver-spring-war</artifactId>
<name>FtpServer Spring web project example</name>
<packaging>war</packaging>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>

<properties>
<japicmp.skip>true</japicmp.skip>
Expand Down
2 changes: 1 addition & 1 deletion examples/ftpserver-osgi-ftplet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/ftpserver-osgi-spring-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ftpserver-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ftplet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>ftpserver-parent</artifactId>
<packaging>pom</packaging>
<name>Apache FtpServer Parent</name>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<url>https://mina.apache.org/ftpserverproject</url>

<issueManagement>
Expand Down Expand Up @@ -137,15 +137,15 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-ftpserver.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-ftpserver.git</developerConnection>
<url>https://github.com/apache/mina-ftpserver/tree/${project.scm.tag}</url>
<tag>1.2.1</tag>
<tag>master</tag>
</scm>

<prerequisites>
<maven>3.8.5</maven>
</prerequisites>

<properties>
<project.build.outputTimestamp>2025-01-18T09:26:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-18T09:27:32Z</project.build.outputTimestamp>

<!-- Disable the JAVA 8 Javadoc Lint -->
<!-- doclint>none</doclint-->
Expand Down

0 comments on commit fe5b2b3

Please sign in to comment.