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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new cb5f480  [RELEASE][PREPARATION] add maven version to avoid errors
cb5f480 is described below

commit cb5f480cf1c81fa10a1ae6c01eee6b26f01e3a2e
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Thu Oct 14 01:36:52 2021 +0200

    [RELEASE][PREPARATION] add maven version to avoid errors
    
    Signed-off-by: bertty <[email protected]>
---
 wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml | 1 +
 wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml 
b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml
index 2d49454..00c1593 100644
--- a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml
+++ b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.11/pom.xml
@@ -51,6 +51,7 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
+      <version>${scala.version}</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
diff --git 
a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml 
b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml
index e1e289b..3ac0753 100644
--- a/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml
+++ b/wayang-api/wayang-api-scala-java/wayang-api-scala-java_2.12/pom.xml
@@ -51,6 +51,7 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
+      <version>${scala.version}</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Reply via email to