Skip to content

Commit d77e7ae

Browse files
committed
Feature #12866
Take into account updates of some dependencies In H2, quote the reserved words used as fields in tables (in order to avoid SQL error with the latest version of the H2 driver).
1 parent 6909b6f commit d77e7ae

File tree

133 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+138
-138
lines changed

almanach/almanach-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>almanach</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.almanach</groupId>

almanach/almanach-configuration/src/main/config/migrations/db/h2/almanach/005/create_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CREATE TABLE SC_Almanach_Periodicity
2222
frequency INT NOT NULL,
2323
daysWeekBinary CHAR(7),
2424
numWeek INT,
25-
day INT,
25+
"day" INT,
2626
untilDatePeriod VARCHAR(10)
2727
);
2828

almanach/almanach-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>almanach</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.almanach</groupId>

almanach/almanach-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>almanach</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.almanach</groupId>

almanach/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas</groupId>
66
<artifactId>components</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components</groupId>

blog/blog-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>blog</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.blog</groupId>

blog/blog-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>blog</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.blog</groupId>

blog/blog-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>blog</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.blog</groupId>

blog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas</groupId>
66
<artifactId>components</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components</groupId>

classifieds/classifieds-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas.components</groupId>
66
<artifactId>classifieds</artifactId>
7-
<version>6.4-feature12866</version>
7+
<version>6.4-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.silverpeas.components.classifieds</groupId>

0 commit comments

Comments
 (0)