You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2013/06/06 15:58:18 UTC

git commit: Added some util shell script to list the dependencies and plugins last versions

Updated Branches:
  refs/heads/trunk 41d26f6b8 -> 7d76cc696


Added some util shell script to list the dependencies and plugins last versions


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

Branch: refs/heads/trunk
Commit: 7d76cc696ecb244e2f47056a5dc5868e44bd82ee
Parents: 41d26f6
Author: Emmanuel Lécharny <el...@apache.org>
Authored: Thu Jun 6 15:51:44 2013 +0200
Committer: Emmanuel Lécharny <el...@apache.org>
Committed: Thu Jun 6 15:53:06 2013 +0200

----------------------------------------------------------------------
 deps-versions.sh  |   21 +++++++++++++++++++++
 plugin-version.sh |   21 +++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/7d76cc69/deps-versions.sh
----------------------------------------------------------------------
diff --git a/deps-versions.sh b/deps-versions.sh
new file mode 100755
index 0000000..73b1dd9
--- /dev/null
+++ b/deps-versions.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# List the latest dependencies versions
+mvn versions:display-dependency-updates -Pbenchmarks

http://git-wip-us.apache.org/repos/asf/mina/blob/7d76cc69/plugin-version.sh
----------------------------------------------------------------------
diff --git a/plugin-version.sh b/plugin-version.sh
new file mode 100755
index 0000000..8646769
--- /dev/null
+++ b/plugin-version.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# List the latest plugin versions
+mvn versions:display-plugin-updates -Pbenchmarks