Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcesco committed Jun 10, 2018
1 parent b63881d commit d4a70de
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion kripton-android-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-android-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ public void onCreate(SQLiteDatabase database) {
// log section END
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",SeminarTable.CREATE_TABLE_SQL);
Logger.info("DDL: %s",StudentTable.CREATE_TABLE_SQL);
}
// log section END
database.execSQL(SeminarTable.CREATE_TABLE_SQL);
database.execSQL(StudentTable.CREATE_TABLE_SQL);
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",StudentTable.CREATE_TABLE_SQL);
Logger.info("DDL: %s",SeminarTable.CREATE_TABLE_SQL);
}
// log section END
database.execSQL(StudentTable.CREATE_TABLE_SQL);
database.execSQL(SeminarTable.CREATE_TABLE_SQL);
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",Seminar2StudentTable.CREATE_TABLE_SQL);
Expand Down Expand Up @@ -329,16 +329,16 @@ public void onUpgrade(SQLiteDatabase database, int previousVersion, int currentV
// generate tables
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",SeminarTable.CREATE_TABLE_SQL);
Logger.info("DDL: %s",StudentTable.CREATE_TABLE_SQL);
}
// log section END
database.execSQL(SeminarTable.CREATE_TABLE_SQL);
database.execSQL(StudentTable.CREATE_TABLE_SQL);
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",StudentTable.CREATE_TABLE_SQL);
Logger.info("DDL: %s",SeminarTable.CREATE_TABLE_SQL);
}
// log section END
database.execSQL(StudentTable.CREATE_TABLE_SQL);
database.execSQL(SeminarTable.CREATE_TABLE_SQL);
// log section BEGIN
if (this.logEnabled) {
Logger.info("DDL: %s",Seminar2StudentTable.CREATE_TABLE_SQL);
Expand Down
2 changes: 1 addition & 1 deletion kripton-arch-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-arch-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-dataformat-cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-dataformat-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-dataformat-smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-dataformat-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-example01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<packaging>pom</packaging>

<name>Kripton (Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion kripton-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-processor/schemas/artist_schema_1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- Filename: artist_schema_1.sql
--
-- Date: Wed Jun 06 00:49:22 CEST 2018
-- Date: Sun Jun 10 23:16:19 CEST 2018
--
------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion kripton-processor/schemas/school_schema_2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- Filename: school_schema_2.sql
--
-- Date: Wed Jun 06 00:48:54 CEST 2018
-- Date: Sun Jun 10 23:15:50 CEST 2018
--
------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion kripton-processor/schemas/students_schema_1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- Filename: students_schema_1.sql
--
-- Date: Wed Jun 06 00:51:54 CEST 2018
-- Date: Sun Jun 10 23:18:48 CEST 2018
--
------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion kripton-processor/schemas/xeno_schema_1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- Filename: xeno_schema_1.sql
--
-- Date: Wed Jun 06 00:49:24 CEST 2018
-- Date: Sun Jun 10 23:16:21 CEST 2018
--
------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion kripton-retrofit-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-shared-preferences/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kripton-sqlite-test-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-sqlite-test-library</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>

<name>Kripton SQLite Test Library</name>
<description>Kripton SQLite Test Library</description>
Expand Down
2 changes: 1 addition & 1 deletion kripton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>../kripton-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.abubusoft</groupId>
<artifactId>kripton-parent</artifactId>
<version>4.0.0-rc.22</version>
<version>4.0.0</version>
<relativePath>./kripton-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d4a70de

Please sign in to comment.