You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2016/07/27 05:20:06 UTC

mina-sshd git commit: Added advisory note in sshd-contrib about the ephemeral nature of the code in the artifact

Repository: mina-sshd
Updated Branches:
  refs/heads/master d8e681de4 -> 9021c6d68


Added advisory note in sshd-contrib about the ephemeral nature of the code in the artifact


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/9021c6d6
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/9021c6d6
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/9021c6d6

Branch: refs/heads/master
Commit: 9021c6d68093c4d1a5b26fdaab3226812bc83287
Parents: d8e681d
Author: Goldstein Lyor <ly...@c-b4.com>
Authored: Wed Jul 27 08:19:39 2016 +0300
Committer: Goldstein Lyor <ly...@c-b4.com>
Committed: Wed Jul 27 08:19:39 2016 +0300

----------------------------------------------------------------------
 sshd-contrib/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/9021c6d6/sshd-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index b403737..002fd65 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -27,6 +27,15 @@
         <version>1.2.1-SNAPSHOT</version>
     </parent>
 
+    <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
+
+         This artifact contains experimental code that may find its way some time
+         in the future to a standard artifact. It is also subject to changes and/or
+         deletion without any prior announcement. Therefore, any code that relies
+         on it should also store a copy of the sources in case the classes it used
+         it are modified or deleted.
+    -->
+
     <artifactId>sshd-contrib</artifactId>
     <name>Apache Mina SSHD :: Contributions</name>
     <packaging>jar</packaging>