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 2021/03/12 16:27:54 UTC

[tinkerpop] branch master updated (b14f766 -> 2949196)

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 b14f766  Updated contributor listing. CTR
     new 5f52d21  Bumped to M3 of the enforcer plugin CTR
     add 32249db  Updated NOTICE - some versions fell out of date CTR
     new 2949196  Merge branch '3.4-dev'

The 2 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:
 NOTICE                                 | 2 +-
 gremlin-console/src/main/static/NOTICE | 8 ++++----
 gremlin-server/src/main/static/NOTICE  | 6 +++---
 pom.xml                                | 3 +--
 4 files changed, 9 insertions(+), 10 deletions(-)


[tinkerpop] 02/02: 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 294919630706dcabedfd22ff06b2a4d46517fa9e
Merge: 5f52d21 32249db
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Mar 12 11:27:34 2021 -0500

    Merge branch '3.4-dev'

 NOTICE                                 | 2 +-
 gremlin-console/src/main/static/NOTICE | 8 ++++----
 gremlin-server/src/main/static/NOTICE  | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)


[tinkerpop] 01/02: Bumped to M3 of the enforcer plugin 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 5f52d212f6bed630ed40fbacdb55aa3db87e5e85
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Mar 12 11:13:55 2021 -0500

    Bumped to M3 of the enforcer plugin CTR
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72b2d55..4d48b03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,6 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>3.0.0-M2</version>
                 <executions>
                     <execution>
                         <id>enforce-all</id>
@@ -588,7 +587,7 @@ limitations under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>1.4.1</version>
+                    <version>3.0.0-M3</version>
                 </plugin>
             </plugins>
         </pluginManagement>