You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gg...@apache.org on 2022/04/14 11:53:52 UTC

[mina-ftpserver] branch 1.2.X updated (e41fd329 -> 7d20e5c2)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git


    from e41fd329 [FTPSERVER-506] Fix binary compatibility issues.
     new a7f9a215 [FTPSERVER-510] Update Apache parent POM from 25 to 26
     new 7d20e5c2 No need to reproduce what is in the parent and we also need both snapshot and release repositories for builds.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)


[mina-ftpserver] 02/02: No need to reproduce what is in the parent and we also need both snapshot and release repositories for builds.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git

commit 7d20e5c255d5b32e9a91147ca6265c251ccadd98
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Apr 14 07:53:36 2022 -0400

    No need to reproduce what is in the parent and we also need both
    snapshot and release repositories for builds.
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14a65f3a..95ea9228 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,20 +40,6 @@
     </license>
   </licenses>
 
-  <!-- Temporary add snapshot repository here to be able to resolve snapshot parent pom -->
-  <!--
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>https://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  -->
-  
   <mailingLists>
     <mailingList>
       <name>FtpServer Users mailing list</name>


[mina-ftpserver] 01/02: [FTPSERVER-510] Update Apache parent POM from 25 to 26

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git

commit a7f9a2158249828018fb4a8ffde2fa4af47abb7f
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Apr 14 07:50:41 2022 -0400

    [FTPSERVER-510] Update Apache parent POM from 25 to 26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b06f134..14a65f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>
-    <version>25</version>
+    <version>26</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>