File tree Expand file tree Collapse file tree 8 files changed +13
-18
lines changed Expand file tree Collapse file tree 8 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
2- <project  xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
3-          xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
2+ <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/maven-v4_0_0.xsd" 
43    <modelVersion >4.0.0</modelVersion >
54
65    <name >Kotlin Spark API: Scala core for Spark 3.0+ (Scala 2.12)</name >
98    <parent >
109        <groupId >org.jetbrains.kotlinx.spark</groupId >
1110        <artifactId >kotlin-spark-api-parent-3.0_2.12</artifactId >
12-         <version >1.0.4-SNAPSHOT </version >
11+         <version >1.1.0 </version >
1312        <relativePath >../../pom_2.12.xml</relativePath >
1413    </parent >
1514
Original file line number Diff line number Diff line change 33    <parent >
44        <artifactId >kotlin-spark-api-parent-3.0</artifactId >
55        <groupId >org.jetbrains.kotlinx.spark</groupId >
6-         <version >1.0.4-SNAPSHOT </version >
6+         <version >1.1.0 </version >
77    </parent >
88    <packaging >pom</packaging >
99    <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
2- <project  xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
3-          xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
2+ <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/maven-v4_0_0.xsd" 
43
54    <modelVersion >4.0.0</modelVersion >
65
109    <parent >
1110        <groupId >org.jetbrains.kotlinx.spark</groupId >
1211        <artifactId >kotlin-spark-api-parent-3.0_2.12</artifactId >
13-         <version >1.0.4-SNAPSHOT </version >
12+         <version >1.1.0 </version >
1413        <relativePath >../pom_2.12.xml</relativePath >
1514    </parent >
1615
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
2- <project  xmlns =" http://maven.apache.org/POM/4.0.0" 
3-          xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
4-          xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
2+ <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" 
53
64    <modelVersion >4.0.0</modelVersion >
75
119    <parent >
1210        <groupId >org.jetbrains.kotlinx.spark</groupId >
1311        <artifactId >kotlin-spark-api-parent-3.0_2.12</artifactId >
14-         <version >1.0.4-SNAPSHOT </version >
12+         <version >1.1.0 </version >
1513        <relativePath >../pom_2.12.xml</relativePath >
1614    </parent >
1715    <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
2- <project  xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
3-          xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" 
2+ <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/maven-v4_0_0.xsd" 
43
54    <modelVersion >4.0.0</modelVersion >
65
109    <parent >
1110        <groupId >org.jetbrains.kotlinx.spark</groupId >
1211        <artifactId >kotlin-spark-api-parent-3.0_2.12</artifactId >
13-         <version >1.0.4-SNAPSHOT </version >
12+         <version >1.1.0 </version >
1413        <relativePath >../../pom_2.12.xml</relativePath >
1514    </parent >
1615    <packaging >jar</packaging >
Original file line number Diff line number Diff line change 66    <description >Parent project for Kotlin for Apache Spark</description >
77    <groupId >org.jetbrains.kotlinx.spark</groupId >
88    <artifactId >kotlin-spark-api-parent-3.0</artifactId >
9-     <version >1.0.4-SNAPSHOT </version >
9+     <version >1.1.0 </version >
1010    <packaging >pom</packaging >
1111
1212    <properties >
267267    <scm >
268268        <connection >scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection >
269269        <url >https://github.com/JetBrains/kotlin-spark-api</url >
270-         <tag >HEAD </tag >
270+         <tag >3.0-1.1.0 </tag >
271271    </scm >
272272    <distributionManagement >
273273        <repository >
Original file line number Diff line number Diff line change 88  <parent >
99    <groupId >org.jetbrains.kotlinx.spark</groupId >
1010    <artifactId >kotlin-spark-api-parent-3.0</artifactId >
11-     <version >1.0.4-SNAPSHOT </version >
11+     <version >1.1.0 </version >
1212    <relativePath >pom.xml</relativePath >
1313  </parent >
1414  <packaging >pom</packaging >
Original file line number Diff line number Diff line change 88    <parent >
99        <groupId >org.jetbrains.kotlinx.spark</groupId >
1010        <artifactId >kotlin-spark-api-parent-3.0_2.12</artifactId >
11-         <version >1.0.4-SNAPSHOT </version >
11+         <version >1.1.0 </version >
1212        <relativePath >../pom_2.12.xml</relativePath >
1313    </parent >
1414
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments