Skip to content

Commit

Permalink
Update seed version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Oct 16, 2020
1 parent 60fc0e1 commit 6945a55
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.addons.io</groupId>
<artifactId>io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>io-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jasper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.addons.io</groupId>
<artifactId>io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>io-jasper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jasper/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please fill the missing licenses for dependencies :
#
#
#Tue Aug 11 12:34:20 CEST 2020
#Fri Oct 16 18:21:01 CEST 2020
org.codehaus.castor--castor-xml--1.4.1=
org.codehaus.castor--castor-core--1.4.1=
com.lowagie--itext--2.1.7.js7=
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

<groupId>org.seedstack.addons.io</groupId>
<artifactId>io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<seed.version>3.10.0</seed.version>
<seed.version>3.11.0-SNAPSHOT</seed.version>
<super-csv.version>2.4.0</super-csv.version>
<jasper.version>6.12.1</jasper.version>
<commons-logging.version>1.2</commons-logging.version>
Expand Down
2 changes: 1 addition & 1 deletion specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.addons.io</groupId>
<artifactId>io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>io-specs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion supercsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack.addons.io</groupId>
<artifactId>io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>io-supercsv</artifactId>
Expand Down

0 comments on commit 6945a55

Please sign in to comment.