You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@asterixdb.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:21:15 UTC

[GitHub] [asterixdb] alindl commented on a change in pull request #15: Set proper inner dependency

alindl commented on a change in pull request #15:
URL: https://github.com/apache/asterixdb/pull/15#discussion_r653903681



##########
File path: asterixdb/asterix-doc/pom.xml
##########
@@ -45,6 +45,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.asterix</groupId>
+            <artifactId>asterix-lang-sqlpp</artifactId>
+            <version>0.9.6-SNAPSHOT</version>

Review comment:
       I'm actually not sure how you do that, I've never really worked with Maven before, but do you mean like that?
   ```suggestion
               <version>${parent.version}</version>
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org