Skip to content

Commit 9bcbeb5

Browse files
#v.1.2.0 issue. twice env resolved
1 parent 81031b7 commit 9bcbeb5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ hs_err_pid*
1010
.DS_Store
1111
.DS_Store?
1212

13-
# Compiled source #
13+
14+
# Compiled source files #
1415
*.iml
1516
/target/
1617
/out/
18+
/profiles.xml/
1719
*.class
1820
out/
1921
build/

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -37,6 +37,17 @@
3737
<tag>v@{project.version}</tag>
3838
</scm>
3939

40+
<issueManagement>
41+
<system>GitHub Issues</system>
42+
<url>https://github.com/contentstack/contentstack-java/issues</url>
43+
</issueManagement>
44+
45+
46+
<organization>
47+
<name>Contentstack</name>
48+
<url>https://www.contentstack.com</url>
49+
</organization>
50+
4051

4152
<distributionManagement>
4253
<snapshotRepository>
@@ -68,6 +79,7 @@
6879
<artifactId>json</artifactId>
6980
<version>20090211</version>
7081
</dependency>
82+
7183
</dependencies>
7284

7385
<build>
@@ -112,6 +124,7 @@
112124
</execution>
113125
</executions>
114126
</plugin>
127+
115128
<plugin>
116129
<groupId>org.apache.maven.plugins</groupId>
117130
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)