File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 13
13
Open Source Software ("FLOSS") applications as described in Silverpeas's
14
14
FLOSS exception. You should have received a copy of the text describing
15
15
the FLOSS exception, and it is also available here:
16
- "http ://www.silverpeas.com/legal/licensing"
16
+ "https ://www.silverpeas.com/legal/licensing"
17
17
18
18
This program is distributed in the hope that it will be useful,
19
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
21
GNU Affero General Public License for more details.
22
22
23
23
You should have received a copy of the GNU Affero General Public License
24
- along with this program. If not, see <http ://www.gnu.org/licenses/>.
24
+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
25
25
26
26
-->
27
27
<project xmlns =" http://maven.apache.org/POM/4.0.0"
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ CREATE TABLE SC_Community_Membership
22
22
lastUpdatedBy VARCHAR (40 ) NOT NULL ,
23
23
version BIGINT NOT NULL ,
24
24
CONSTRAINT FK_COMMUNITY FOREIGN KEY (community) REFERENCES SC_Community (id),
25
- CONSTRAINT FK_USER FOREIGN KEY (community ) REFERENCES st_user (id)
25
+ CONSTRAINT FK_USER FOREIGN KEY (userId ) REFERENCES st_user (id)
26
26
);
Original file line number Diff line number Diff line change 13
13
Open Source Software ("FLOSS") applications as described in Silverpeas's
14
14
FLOSS exception. You should have received a copy of the text describing
15
15
the FLOSS exception, and it is also available here:
16
- "http ://www.silverpeas.com/legal/licensing"
16
+ "https ://www.silverpeas.com/legal/licensing"
17
17
18
18
This program is distributed in the hope that it will be useful,
19
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
21
GNU Affero General Public License for more details.
22
22
23
23
You should have received a copy of the GNU Affero General Public License
24
- along with this program. If not, see <http ://www.gnu.org/licenses/>.
24
+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
25
25
26
26
-->
27
27
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
Original file line number Diff line number Diff line change 13
13
Open Source Software ("FLOSS") applications as described in Silverpeas's
14
14
FLOSS exception. You should have received a copy of the text describing
15
15
the FLOSS exception, and it is also available here:
16
- "http ://www.silverpeas.com/legal/licensing"
16
+ "https ://www.silverpeas.com/legal/licensing"
17
17
18
18
This program is distributed in the hope that it will be useful,
19
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
21
GNU Affero General Public License for more details.
22
22
23
23
You should have received a copy of the GNU Affero General Public License
24
- along with this program. If not, see <http ://www.gnu.org/licenses/>.
24
+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
25
25
26
26
-->
27
27
<project xmlns =" http://maven.apache.org/POM/4.0.0"
Original file line number Diff line number Diff line change 13
13
Open Source Software ("FLOSS") applications as described in Silverpeas's
14
14
FLOSS exception. You should have received a copy of the text describing
15
15
the FLOSS exception, and it is also available here:
16
- "http ://www.silverpeas.com/legal/licensing"
16
+ "https ://www.silverpeas.com/legal/licensing"
17
17
18
18
This program is distributed in the hope that it will be useful,
19
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
21
GNU Affero General Public License for more details.
22
22
23
23
You should have received a copy of the GNU Affero General Public License
24
- along with this program. If not, see <http ://www.gnu.org/licenses/>.
24
+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
25
25
26
26
-->
27
27
<project xmlns =" http://maven.apache.org/POM/4.0.0"
37
37
38
38
<groupId >org.silverpeas.components</groupId >
39
39
<artifactId >community</artifactId >
40
- <version >6.4-SNAPSHOT</version >
41
40
<packaging >pom</packaging >
42
41
43
42
<name >Silverpeas community Component</name >
You can’t perform that action at this time.
0 commit comments