File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff 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
1820out /
1921build /
Original file line number Diff line number Diff line change 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 >
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 >
6879 <artifactId >json</artifactId >
6980 <version >20090211</version >
7081 </dependency >
82+
7183 </dependencies >
7284
7385 <build >
112124 </execution >
113125 </executions >
114126 </plugin >
127+
115128 <plugin >
116129 <groupId >org.apache.maven.plugins</groupId >
117130 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments