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

[tinkerpop] branch master updated (ae811ec -> eec06d7)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from ae811ec  Merge branch '3.4-dev'
     new 7ac75c2  Bump to gmaven-plus 1.9.0 CTR
     new 4d3dca5  Merge branch '3.3-dev' into 3.4-dev
     new eec06d7  Merge branch '3.4-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 03/03: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit eec06d715ea811d85467cfa5833ab4044a1c6cc4
Merge: ae811ec 4d3dca5
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Apr 6 08:02:45 2020 -0400

    Merge branch '3.4-dev'

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 02/03: Merge branch '3.3-dev' into 3.4-dev

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4d3dca5c3820ab58c8a7493e1d03d8fcc2cefb62
Merge: 1956c26 7ac75c2
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Apr 6 07:51:23 2020 -0400

    Merge branch '3.3-dev' into 3.4-dev

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 01/03: Bump to gmaven-plus 1.9.0 CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 7ac75c247572050abe01fca6c9c43da5dc792d15
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Apr 6 07:51:05 2020 -0400

    Bump to gmaven-plus 1.9.0 CTR
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e9f664..b3645f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -514,7 +514,7 @@ limitations under the License.
                 <plugin>
                     <groupId>org.codehaus.gmavenplus</groupId>
                     <artifactId>gmavenplus-plugin</artifactId>
-                    <version>1.7.1</version>
+                    <version>1.9.0</version>
                     <configuration>
                         <targetBytecode>1.8</targetBytecode>
                         <invokeDynamic>true</invokeDynamic>