Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.2-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed May 25, 2022
1 parent 76445a4 commit cb8fbb3
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 18 deletions.
5 changes: 2 additions & 3 deletions core/3.2/pom_2.12.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<name>Kotlin Spark API: Scala core for Spark 3.2+ (Scala 2.12)</name>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../../pom_2.12.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions examples/pom-3.2_2.12.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom_2.12.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions jupyter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom_2.12.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions kotlin-spark-api/3.2/pom_2.12.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../../pom_2.12.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Parent project for Kotlin for Apache Spark</description>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -267,7 +267,7 @@
<scm>
<connection>scm:git:https://github.com/JetBrains/kotlin-spark-api.git</connection>
<url>https://github.com/JetBrains/kotlin-spark-api</url>
<tag>HEAD</tag>
<tag>3.2-1.1.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scala-tuples-in-kotlin/pom_2.12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jetbrains.kotlinx.spark</groupId>
<artifactId>kotlin-spark-api-parent-3.2_2.12</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom_2.12.xml</relativePath>
</parent>

Expand Down

0 comments on commit cb8fbb3

Please sign in to comment.