Skip to content

Commit

Permalink
Library update + .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kolorobot committed Apr 25, 2016
1 parent 2c40d1d commit d8a3b54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/archetype-resources/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
*.iml
build
target
6 changes: 3 additions & 3 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java-version>1.8</java-version>
<!-- Override Spring version -->
<!-- <spring.version>4.2.4.RELEASE</spring.version> -->
<!-- <spring.version>4.2.5.RELEASE</spring.version> -->
<!-- AssertJ is not a part of Spring IO platform, so the version must be provided explicitly -->
<assertj-core-version>3.3.0</assertj-core-version>
<assertj-core-version>3.4.1</assertj-core-version>
</properties>
<parent>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.3.RELEASE</version>
<relativePath />
</parent>
<dependencies>
Expand Down

0 comments on commit d8a3b54

Please sign in to comment.