Skip to content

Commit

Permalink
Merge pull request #100 from adrienlauer/check-compat
Browse files Browse the repository at this point in the history
Update parent to 2.0.1-S and set compatibility reference to 2.0.0
  • Loading branch information
adrienlauer committed Aug 9, 2015
2 parents efa1a75 + 4250b38 commit 2dd6e6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion persistence-support/neo4j/pom.xml
Expand Up @@ -20,7 +20,11 @@

<artifactId>seed-persistence-support-neo4j</artifactId>

<dependencies>
<properties>
<compatibility-check.skip>true</compatibility-check.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-core-support-core</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -15,14 +15,19 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.seedstack.seed</groupId>
<artifactId>seed</artifactId>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<compatibility-check.skip>false</compatibility-check.skip>
<compatibility-check.reference>2.0.0</compatibility-check.reference>
</properties>

<modules>
<module>core-support</module>
<module>crypto-support</module>
Expand Down

0 comments on commit 2dd6e6f

Please sign in to comment.