Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flowvault/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>skyflow-flowvault-java</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>1.0.0</version>
<description>Skyflow V3 SDK for the Java programming language</description>
<description>Skyflow FlowVault SDK for the Java programming language</description>
<url>https://github.com/skyflowapi/skyflow-java/tree/main</url>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion flowvault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>1.0.0</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Skyflow V3 SDK for the Java programming language</description>
<description>Skyflow FlowVault SDK for the Java programming language</description>
<url>https://github.com/skyflowapi/skyflow-java/tree/main</url>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion flowvault/src/main/java/com/skyflow/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class Constants extends BaseConstants {
public static final Integer TOKENIZE_CONCURRENCY_LIMIT = 1;
public static final Integer MAX_TOKENIZE_BATCH_SIZE = 1000;
public static final Integer MAX_TOKENIZE_CONCURRENCY_LIMIT = 10;
public static final String DEFAULT_SDK_VERSION = "v3";
public static final String DEFAULT_SDK_VERSION = "1.0.0";
public static final String CONTEXT_KEY_REGEX = "^[a-zA-Z0-9_]+$";

static {
Expand Down
Loading