Skip to content

Commit e796f4b

Browse files
committed
Use seed and business 3.0.1
1 parent 08d119f commit e796f4b

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.0.0 (2017-01-05)
1+
# Version 2.0.0 (2017-01-13)
22

33
* [brk] Update to new configuration system.
44

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<packaging>pom</packaging>
2424

2525
<properties>
26-
<seed.version>3.0.1-SNAPSHOT</seed.version>
26+
<seed.version>3.0.1</seed.version>
2727
<mongodb.version>3.0.3</mongodb.version>
2828
<morphia.version>1.1.1</morphia.version>
29-
<business.version>3.0.0</business.version>
29+
<business.version>3.0.1</business.version>
3030

31-
<compatibility.version>1.0.0</compatibility.version>
31+
<compatibility.skip>true</compatibility.skip>
3232

3333
<bintray.package>mongodb-addon</bintray.package>
3434
</properties>
@@ -72,18 +72,6 @@
7272
</licenseMerges>
7373
</configuration>
7474
</plugin>
75-
<plugin>
76-
<groupId>com.github.siom79.japicmp</groupId>
77-
<artifactId>japicmp-maven-plugin</artifactId>
78-
<configuration>
79-
<parameter>
80-
<excludes>
81-
<exclude>*.internal.*</exclude>
82-
<exclude>org.seedstack.mongodb.morphia.BaseMorphiaRepository</exclude>
83-
</excludes>
84-
</parameter>
85-
</configuration>
86-
</plugin>
8775
</plugins>
8876
</pluginManagement>
8977
</build>

0 commit comments

Comments
 (0)