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

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


The following commit(s) were added to refs/heads/WAYANG-FL by this push:
     new 1d2217ee updated versions in pom file
1d2217ee is described below

commit 1d2217eea987b98e791a2570dd40df4090927281
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Sat Mar 15 15:56:24 2025 +0100

    updated versions in pom file
---
 pom.xml           |  1 +
 wayang-fl/pom.xml | 45 ++++++++++++++++++++++++++++++++++-----------
 2 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58032375..695031cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1350,6 +1350,7 @@
         <module>wayang-applications</module>
         <module>wayang-benchmark</module>
         <module>wayang-tests-integration</module>
+        <!--module>wayang-fl</module-->
         <!--module>wayang-docs</module-->
     </modules>
 </project>
diff --git a/wayang-fl/pom.xml b/wayang-fl/pom.xml
index 00c62bc4..efcc363d 100644
--- a/wayang-fl/pom.xml
+++ b/wayang-fl/pom.xml
@@ -1,11 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.example</groupId>
+  <parent>
+    <artifactId>wayang</artifactId>
+    <groupId>org.apache.wayang</groupId>
+    <version>1.0.1-SNAPSHOT</version>
+  </parent>
+
   <artifactId>fl-framework</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
 
   <name>fl-framework</name>
   <!-- FIXME change it to the project's website -->
@@ -79,27 +102,27 @@
     <dependency>
       <groupId>org.apache.wayang</groupId>
       <artifactId>wayang-core</artifactId>
-      <version>0.7.1</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.wayang</groupId>
       <artifactId>wayang-basic</artifactId>
-      <version>0.7.1</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.wayang</groupId>
       <artifactId>wayang-java</artifactId>
-      <version>0.7.1</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.wayang</groupId>
-      <artifactId>wayang-spark_2.12</artifactId>
-      <version>0.7.1</version>
+      <artifactId>wayang-spark</artifactId>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.wayang</groupId>
-      <artifactId>wayang-api-scala-java_2.12</artifactId>
-      <version>0.7.1</version>
+      <artifactId>wayang-api-scala-java</artifactId>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
@@ -109,7 +132,7 @@
     <dependency>
       <groupId>org.apache.wayang</groupId>
       <artifactId>wayang-postgres</artifactId>
-      <version>0.7.1</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.scala-lang</groupId>
@@ -134,7 +157,7 @@
     <dependency>
       <groupId>org.apache.wayang</groupId>
       <artifactId>wayang-jdbc-template</artifactId>
-      <version>0.7.1</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.xerial</groupId>

Reply via email to