Skip to content

Commit

Permalink
Merge pull request #5 from contentstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ishaileshmishra authored May 13, 2019
2 parents dd1b47f + 104e035 commit f0011ff
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ hs_err_pid*
out/
build/
.idea/
*.log
CSLoggerLevel/
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

## CHANGELOG
## CHANGELOG

## Version 1.3.2
### Date: 13-May-2019
Removed println
Added support for Logger

------------------------------------------------

## Version 1.3.1
### Date: May-02-2019
Expand Down
2 changes: 1 addition & 1 deletion pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Written manually.
version=1.3.1
version=1.3.2
groupId=com.contentstack.sdk
artifactId=java
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>jar</packaging>

<name>contentstack-java</name>
Expand Down Expand Up @@ -93,6 +93,12 @@
<version>20090211</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>

</dependencies>

<build>
Expand Down
11 changes: 0 additions & 11 deletions profiles.xml

This file was deleted.

0 comments on commit f0011ff

Please sign in to comment.