You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by de...@apache.org on 2016/02/03 12:16:50 UTC

[07/12] lens git commit: LENS-852: Fix parent pom version in lens-ship-jars module

LENS-852: Fix parent pom version in lens-ship-jars module


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/4da0ca31
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/4da0ca31
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/4da0ca31

Branch: refs/heads/master
Commit: 4da0ca3181fb502ba41018dd838f6c6e1cb3cfdf
Parents: b2cd963
Author: Raju Bairishetti <ra...@LZDLocalAdmins-MacBook-Pro.local>
Authored: Tue Nov 3 08:30:17 2015 +0800
Committer: Raju Bairishetti <ra...@LZDLocalAdmins-MacBook-Pro.local>
Committed: Tue Nov 3 08:30:17 2015 +0800

----------------------------------------------------------------------
 lens-ship-jars/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/4da0ca31/lens-ship-jars/pom.xml
----------------------------------------------------------------------
diff --git a/lens-ship-jars/pom.xml b/lens-ship-jars/pom.xml
index b1d937b..1a5e5ba 100644
--- a/lens-ship-jars/pom.xml
+++ b/lens-ship-jars/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>apache-lens</artifactId>
     <groupId>org.apache.lens</groupId>
-    <version>2.5.0-beta-SNAPSHOT</version>
+    <version>2.4.0-beta-SNAPSHOT</version>
   </parent>
 
   <artifactId>lens-ship-jars</artifactId>


Re: [07/12] lens git commit: LENS-852: Fix parent pom version in lens-ship-jars module

Posted by "Deepak Kumar Barr (Tech_BLR)" <de...@flipkart.com>.
I was doubtful myself. I don't know why this message shows like this. In
master,  the version is still 2.5.0-beta-SNAPSHOT after push.

Re: [07/12] lens git commit: LENS-852: Fix parent pom version in lens-ship-jars module

Posted by "amareshwarisr ." <am...@gmail.com>.
Seems a wrong merge. The version has been lowered.

On Wed, Feb 3, 2016 at 4:46 PM, <de...@apache.org> wrote:

> LENS-852: Fix parent pom version in lens-ship-jars module
>
>
> Project: http://git-wip-us.apache.org/repos/asf/lens/repo
> Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/4da0ca31
> Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/4da0ca31
> Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/4da0ca31
>
> Branch: refs/heads/master
> Commit: 4da0ca3181fb502ba41018dd838f6c6e1cb3cfdf
> Parents: b2cd963
> Author: Raju Bairishetti <rajubairishetti@LZDLocalAdmins-MacBook-Pro.local
> >
> Authored: Tue Nov 3 08:30:17 2015 +0800
> Committer: Raju Bairishetti
> <ra...@LZDLocalAdmins-MacBook-Pro.local>
> Committed: Tue Nov 3 08:30:17 2015 +0800
>
> ----------------------------------------------------------------------
>  lens-ship-jars/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/lens/blob/4da0ca31/lens-ship-jars/pom.xml
> ----------------------------------------------------------------------
> diff --git a/lens-ship-jars/pom.xml b/lens-ship-jars/pom.xml
> index b1d937b..1a5e5ba 100644
> --- a/lens-ship-jars/pom.xml
> +++ b/lens-ship-jars/pom.xml
> @@ -26,7 +26,7 @@
>    <parent>
>      <artifactId>apache-lens</artifactId>
>      <groupId>org.apache.lens</groupId>
> -    <version>2.5.0-beta-SNAPSHOT</version>
> +    <version>2.4.0-beta-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>lens-ship-jars</artifactId>
>
>