We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1236134 + d20bff5 commit 1e5cd17Copy full SHA for 1e5cd17
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.contentstack.sdk</groupId>
8
<artifactId>java</artifactId>
9
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.2</version>
10
<packaging>jar</packaging>
11
12
<name>contentstack-java</name>
src/main/java/com/contentstack/sdk/Config.java
@@ -32,7 +32,7 @@ public class Config {
32
protected String environment = null;
33
protected ContentstackRegion region = ContentstackRegion.US;
34
35
- public enum ContentstackRegion { US, EUROPE }
+ public enum ContentstackRegion { US, EU }
36
37
public ContentstackRegion getRegion() { return this.region; }
38
0 commit comments