File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/tech/ydb/spark/connector Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >tech.ydb.spark</groupId >
55 <artifactId >ydb-spark-connector</artifactId >
6- <version >1.0-SNAPSHOT </version >
6+ <version >1.0</version >
77 <!-- <version>X.Y[-SNAPSHOT]</version> -->
88 <packaging >jar</packaging >
99 <developers >
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ public class YdbCatalog extends YdbOptions
4848 private static final org .slf4j .Logger LOG
4949 = org .slf4j .LoggerFactory .getLogger (YdbCatalog .class );
5050
51+ // X.Y[-SNAPSHOT]
52+ public static final String VERSION = "1.0" ;
53+
5154 public static final String ENTRY_TYPE = "ydb_entry_type" ;
5255 public static final String ENTRY_OWNER = "ydb_entry_owner" ;
5356
You can’t perform that action at this time.
0 commit comments