You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/03/14 00:59:09 UTC

[08/16] incubator-tamaya git commit: Added release plugin param and version.

Added release plugin param and version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/ee8be4c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/ee8be4c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/ee8be4c5

Branch: refs/heads/master
Commit: ee8be4c59307ddbdb91933d55f350d12cc3e21fb
Parents: 3154011
Author: anatole <an...@apache.org>
Authored: Sun Mar 13 23:27:09 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sun Mar 13 23:27:09 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/ee8be4c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5dae50b..5326eac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,6 +554,11 @@ under the License.
                         </dependency>
                     </dependencies>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.5.3</version>
+                </plugin>
             </plugins>
         </pluginManagement>