Manybubbles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/201702

Change subject: Rename jars
......................................................................

Rename jars

The jars were named "common", "blazegraph", and "tools" which isn't super
clear.  This makes them named "wikidata-query-common", etc.  Easier to
recognize.

Change-Id: I85320797b0f738ff3633c5df41c45f803826c519
---
M blazegraph/pom.xml
M common/pom.xml
M tools/pom.xml
3 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/02/201702/1

diff --git a/blazegraph/pom.xml b/blazegraph/pom.xml
index 116a910..ea44410 100644
--- a/blazegraph/pom.xml
+++ b/blazegraph/pom.xml
@@ -25,6 +25,7 @@
     </dependency>
   </dependencies>
   <build>
+    <finalName>wikidata-query-blazegraph-${project.version}</finalName>  
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/common/pom.xml b/common/pom.xml
index 1406621..d42a395 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,6 +19,7 @@
   </licenses>
 
   <build>
+    <finalName>wikidata-query-common-${project.version}</finalName>  
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/tools/pom.xml b/tools/pom.xml
index 5e30852..ce82c3f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -77,6 +77,7 @@
   </dependencies>
 
   <build>
+    <finalName>wikidata-query-tools-${project.version}</finalName>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

-- 
To view, visit https://gerrit.wikimedia.org/r/201702
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85320797b0f738ff3633c5df41c45f803826c519
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to