Skip to content

Commit ffd558e

Browse files
committed
[maven-release-plugin] prepare release 1.0-a5
1 parent dcab6f1 commit ffd558e

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

jjava-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dflib.jjava</groupId>
77
<artifactId>jjava-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-a5</version>
99
</parent>
1010

1111
<artifactId>jjava-launcher</artifactId>

jjava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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/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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.dflib.jjava</groupId>
87
<artifactId>jjava-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-a5</version>
109
</parent>
1110

1211
<artifactId>jjava</artifactId>

jupyter-jvm-basekernel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dflib.jjava</groupId>
77
<artifactId>jjava-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-a5</version>
99
</parent>
1010

1111
<artifactId>jupyter-jvm-basekernel</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>org.dflib.jjava</groupId>
65
<artifactId>jjava-parent</artifactId>
7-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0-a5</version>
87

98
<packaging>pom</packaging>
109

@@ -63,7 +62,7 @@
6362
<connection>scm:git:https://github.com/dflib/jjava</connection>
6463
<developerConnection>scm:git:ssh://git@github.com/dflib/jjava</developerConnection>
6564
<url>https://github.com/dflib/jjava</url>
66-
<tag>HEAD</tag>
65+
<tag>1.0-a5</tag>
6766
</scm>
6867

6968
<distributionManagement>

0 commit comments

Comments
 (0)