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 2019/06/04 16:03:59 UTC

[tinkerpop] branch master updated (f63bed0 -> 7e84948)

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 f63bed0  Merge branch 'tp34'
     new 5c9c8ce  Bump jacoco and xml plugins - requires maven 3.3.9 CTR
     new 4a919c0  Update maven archetype plugin tp 3.1.0 CTR
     new c54ae0e  Let the shade plugin inherit version from parent CTR
     new f6b3bb7  Bump .net maven plugin CTR
     new 5d629c4  Bump frontend maven plugin to 1.7.6 CTR
     new 1667c94  Allow clean plugin to inherit version from parent CTR
     new a57e531  Merge branch 'tp33' into tp34
     new 7e84948  Merge branch 'tp34'

The 8 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:
 gremlin-archetype/pom.xml  | 2 +-
 gremlin-console/pom.xml    | 1 -
 gremlin-dotnet/pom.xml     | 2 +-
 gremlin-javascript/pom.xml | 3 +--
 pom.xml                    | 6 +++---
 5 files changed, 6 insertions(+), 8 deletions(-)


[tinkerpop] 07/08: Merge branch 'tp33' into tp34

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 a57e53174335e3d1d8b209c938c775dcab906337
Merge: fa6c1ad 1667c94
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 12:03:42 2019 -0400

    Merge branch 'tp33' into tp34

 gremlin-archetype/pom.xml  | 2 +-
 gremlin-console/pom.xml    | 1 -
 gremlin-dotnet/pom.xml     | 2 +-
 gremlin-javascript/pom.xml | 3 +--
 pom.xml                    | 6 +++---
 5 files changed, 6 insertions(+), 8 deletions(-)

diff --cc pom.xml
index 59e4648,9df8361..5f8d2b9
--- a/pom.xml
+++ b/pom.xml
@@@ -108,21 -108,9 +108,21 @@@ limitations under the License
              <email>twilmes@gmail.com</email>
              <url>https://github.com/twilmes</url>
          </contributor>
 +        <contributor>
 +            <name>Harsh Thakkar</name>
 +            <email>harsh9t@gmail.com</email>
 +            <organization>University of Bonn</organization>
 +            <organizationUrl>http://harshthakkar.in</organizationUrl>
 +        </contributor>
 +        <contributor>
 +            <name>Dharmen Punjani</name>
 +            <email>dharmen.punjani@gmail.com</email>
 +            <organization>National and Kapodistrian University of Athens</organization>
 +            <organizationUrl>http://wdaqua.eu/students/dharmen-punjani</organizationUrl>
 +        </contributor>
      </contributors>
      <prerequisites>
-         <maven>3.2.5</maven>
+         <maven>3.3.9</maven>
      </prerequisites>
      <modules>
          <module>gremlin-shaded</module>


[tinkerpop] 06/08: Allow clean plugin to inherit version from parent 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 1667c94cfea3cfadfc7e4fe5ea30f585f6e99d70
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:42:25 2019 -0400

    Allow clean plugin to inherit version from parent CTR
---
 gremlin-javascript/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml
index 092ded1..12d3209 100644
--- a/gremlin-javascript/pom.xml
+++ b/gremlin-javascript/pom.xml
@@ -150,7 +150,6 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <goals>


[tinkerpop] 08/08: Merge branch 'tp34'

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 7e84948547fcb1cfccc1c76ff51203a311e326df
Merge: f63bed0 a57e531
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 12:03:49 2019 -0400

    Merge branch 'tp34'

 gremlin-archetype/pom.xml  | 2 +-
 gremlin-console/pom.xml    | 1 -
 gremlin-dotnet/pom.xml     | 2 +-
 gremlin-javascript/pom.xml | 3 +--
 pom.xml                    | 6 +++---
 5 files changed, 6 insertions(+), 8 deletions(-)



[tinkerpop] 02/08: Update maven archetype plugin tp 3.1.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 4a919c093bbd335e00637608c34180bf8a096688
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:37:42 2019 -0400

    Update maven archetype plugin tp 3.1.0 CTR
---
 gremlin-archetype/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-archetype/pom.xml b/gremlin-archetype/pom.xml
index bce3749..a30f636 100644
--- a/gremlin-archetype/pom.xml
+++ b/gremlin-archetype/pom.xml
@@ -39,7 +39,7 @@ limitations under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.0</version>
                     <executions>
                         <execution>
                             <phase>integration-test</phase>


[tinkerpop] 04/08: Bump .net maven 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 f6b3bb7cbcb7a87ed7531e9410760a2c5d55e982
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:40:55 2019 -0400

    Bump .net maven plugin CTR
---
 gremlin-dotnet/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml
index 0b40a9e..9514931 100644
--- a/gremlin-dotnet/pom.xml
+++ b/gremlin-dotnet/pom.xml
@@ -124,7 +124,7 @@ limitations under the License.
                     <groupId>org.eobjects.build</groupId>
                     <artifactId>dotnet-maven-plugin</artifactId>
                     <extensions>true</extensions>
-                    <version>0.23</version>
+                    <version>0.24</version>
                 </plugin>
             </plugins>
         </pluginManagement>


[tinkerpop] 01/08: Bump jacoco and xml plugins - requires maven 3.3.9 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 5c9c8ce1e602c7766f4f7200ba5ec4e66718fbc5
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:36:28 2019 -0400

    Bump jacoco and xml plugins - requires maven 3.3.9 CTR
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1435aca..9df8361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ limitations under the License.
         </contributor>
     </contributors>
     <prerequisites>
-        <maven>3.2.5</maven>
+        <maven>3.3.9</maven>
     </prerequisites>
     <modules>
         <module>gremlin-shaded</module>
@@ -504,7 +504,7 @@ limitations under the License.
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>xml-maven-plugin</artifactId>
-                    <version>1.0.1</version>
+                    <version>1.0.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -731,7 +731,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.3</version>
+                <version>0.8.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>


[tinkerpop] 03/08: Let the shade plugin inherit version from parent 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 c54ae0ed701b3b8978c4bceb4986c07c1640006e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:38:39 2019 -0400

    Let the shade plugin inherit version from parent CTR
---
 gremlin-console/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 20c93e9..8571fb7 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -215,7 +215,6 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>


[tinkerpop] 05/08: Bump frontend maven plugin to 1.7.6 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 5d629c4cde41e067b851beec306413b0ef54c780
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 4 11:41:41 2019 -0400

    Bump frontend maven plugin to 1.7.6 CTR
---
 gremlin-javascript/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml
index f3c88e8..092ded1 100644
--- a/gremlin-javascript/pom.xml
+++ b/gremlin-javascript/pom.xml
@@ -162,7 +162,7 @@ limitations under the License.
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.6</version>
+                <version>1.7.6</version>
                 <executions>
                     <execution>
                         <id>install node and npm</id>