File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1212
1313 <artifactId >common</artifactId >
1414 <version >1.0.0</version >
15+ <name >${project.groupId} :${project.artifactId} </name >
1516
1617
1718 <properties >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments