You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/03/06 12:38:04 UTC

tomee git commit: Manage versions Typo

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 525eedc65 -> 63a1d1036


Manage versions
Typo


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/63a1d103
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/63a1d103
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/63a1d103

Branch: refs/heads/tomee-1.7.x
Commit: 63a1d10368682b04f7aec4c9f10382cdf121c8bf
Parents: 525eedc
Author: andygumbrecht <an...@apache.org>
Authored: Fri Mar 6 12:37:49 2015 +0100
Committer: andygumbrecht <an...@apache.org>
Committed: Fri Mar 6 12:37:49 2015 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 pom.xml   | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/63a1d103/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8a4f61e..6a871e0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Title: Buildling Instructions
+Title: Building Instructions
 
 Apache TomEE is built with Apache Maven.
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/63a1d103/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a78f2c4..288a57c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,6 +300,11 @@
           <version>2.12.1</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.1</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.gmaven</groupId>
           <artifactId>groovy-maven-plugin</artifactId>
           <version>2.0</version>
@@ -328,7 +333,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.1</version>
         <configuration>
           <!-- We cannot yet activate it as our submodules have different versions -->
           <autoVersionSubmodules>false</autoVersionSubmodules>