Skip to content

Commit 64f37b9

Browse files
SK-2276: add name property in v3 and common modules
1 parent 068028d commit 64f37b9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<artifactId>common</artifactId>
1414
<version>1.0.0</version>
15+
<name>${project.groupId}:${project.artifactId}</name>
1516

1617

1718
<properties>

v3/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,24 @@
1111
</parent>
1212

1313
<artifactId>skyflow-java</artifactId>
14-
<version>3.0.0-beta.1</version>
14+
<version>2.0.0-beta.3</version>
1515
<packaging>jar</packaging>
16+
<name>${project.groupId}:${project.artifactId}</name>
17+
<description>Skyflow V3 SDK for the Java programming language</description>
18+
<url>https://github.com/skyflowapi/skyflow-java/tree/main</url>
19+
20+
<licenses>
21+
<license>
22+
<name>The MIT License (MIT)</name>
23+
<url>https://github.com/skyflowapi/skyflow-java/blob/main/LICENSE</url>
24+
</license>
25+
</licenses>
26+
<developers>
27+
<developer>
28+
<id>skyflow</id>
29+
<name>skyflow</name>
30+
</developer>
31+
</developers>
1632

1733
<properties>
1834
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)