Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dc3d72bd authored by Pawel GUTOWSKI's avatar Pawel GUTOWSKI
Browse files

EDELIVERY-2261 Release of 4.0.0-RC1

parent 0365af17
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.europa.ec</groupId>
<artifactId>smp</artifactId>
<artifactId>smp-modules</artifactId>
<packaging>pom</packaging>
<name>SMP</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<modules>
<module>smp-parent-pom</module>
......
......@@ -16,9 +16,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-parent-pom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<relativePath>../smp-parent-pom/pom.xml</relativePath>
</parent>
......
......@@ -15,9 +15,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-parent-pom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<packaging>pom</packaging>
<name>smp-parent-pom</name>
<description>SMP - CEF eDelivery</description>
......@@ -30,7 +30,7 @@
<!-- Used licenses -->
<licenses>
<license>
<name>EUPL 1.1</name>
<name>EUPL 1.2</name>
<url>https://joinup.ec.europa.eu/software/page/eupl/licence-eupl</url>
<distribution>repo</distribution>
</license>
......
......@@ -15,9 +15,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-parent-pom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<relativePath>../smp-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>smp-server-library</artifactId>
......@@ -36,7 +36,7 @@
<dependencies>
<dependency>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-api</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -11,29 +11,18 @@
# See the Licence for the specific language governing permissions and limitations under the Licence.
#
## DBMS handler
dataManager.class=eu.europa.ec.cipa.smp.server.data.dbms.DBMSDataManager
eclipselink.ddl-generation.output-mode=sql-script
# Switches ON/OFF the BDXL client - integrationwith with SML
bdmsl.integration.enabled=false
identifiersBehaviour.caseSensitive.ParticipantIdentifierSchemes=case-sensitive-scheme-1|Case-SENSITIVE-Scheme-2
identifiersBehaviour.caseSensitive.DocumentIdentifierSchemes=case-sensitive-scheme-1|Case-SENSITIVE-Scheme-2
# SMP ID
bdmsl.integration.smp.id=TEST-SMP-ID1
# SMP's certificate - needed only when accessing BDMSL directly through HTTP. The configured "Client-Cert" HTTP header will be added to each BDMSL request(bypassing SSL cert verification made normally by SSL terminator)
bdmsl.integration.http.header.client.cert=serial=000000000000000000009A195D2DD88C&subject=CN=SMP_1000000000,O=DG-DIGIT,C=BE&validFrom=Oct 21 02:00:00 2014 CEST&validTo=Oct 21 01:59:59 2016 CEST&issuer=CN=Issuer Common Name,OU=Issuer Organization Unit,O=Issuer Organization,C=BE
# SML URL (incl. the service name)
#bdmsl.integration.url=https://sml.peppolcentral.org/manageparticipantidentifier
# bdmsl.integration.url=https://smk.peppolcentral.org/manageparticipantidentifier
bdmsl.integration.url=http://localhost:8080/manageparticipantidentifier
bdmsl.integration.keystore.path=
bdmsl.integration.keystore.password=
bdmsl.integration.keystore.alias=
bdmsl.integration.proxy.server=
bdmsl.integration.proxy.port=
......@@ -43,8 +32,6 @@ bdmsl.integration.proxy.password=
## XMLDSIG response signing:
xmldsig.keystore.classpath = signature_keys.jks
xmldsig.keystore.password = mock
xmldsig.keystore.key.alias = smp_mock
xmldsig.keystore.key.password = mock
## JDBC configuration for DB
jdbc.driver = ${jdbc.driver}
......
......@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-parent-pom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<relativePath>../smp-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>smp-soapui-tests</artifactId>
......
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-parent-pom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<relativePath>../smp-parent-pom/pom.xml</relativePath>
</parent>
<artifactId>cipa-smp-full-webapp</artifactId>
<artifactId>smp</artifactId>
<packaging>war</packaging>
<name>smp-webapp</name>
<description>SMP REST service WEB APP</description>
......@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>eu.europa.ec.cipa</groupId>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-server-library</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -29,10 +29,6 @@ contextPath.output=true
## I.e. for Tomcat it is handled by property: org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
encodedSlashesAllowedInUrl=false
## DBMS handler
dataManager.class=eu.europa.ec.cipa.smp.server.data.dbms.DBMSDataManager
eclipselink.ddl-generation.output-mode=sql-script
## Participant Identifier Schema of each PUT ServiceGroup request is validated against this schema
## I.e this regex: ^(?!^.{26})([a-z0-9]+-[a-z0-9]+-[a-z0-9]+)
## - limits length of scheme to 25 characters
......@@ -49,19 +45,12 @@ identifiersBehaviour.caseSensitive.DocumentIdentifierSchemes=casesensitive-doc-s
# Switches ON/OFF the BDXL client - integrationwith with SML
bdmsl.integration.enabled=false
# SMP ID
bdmsl.integration.smp.id=TEST-SMP-ID1
# SMP's certificate - needed only when accessing BDMSL directly through HTTP. The configured "Client-Cert" HTTP header will be added to each BDMSL request(bypassing SSL cert verification made normally by SSL terminator)
bdmsl.integration.http.header.client.cert=serial=000000000000000000009A195D2DD88C&subject=CN=SMP_1000000000,O=DG-DIGIT,C=BE&validFrom=Oct 21 02:00:00 2014 CEST&validTo=Oct 21 01:59:59 2016 CEST&issuer=CN=Issuer Common Name,OU=Issuer Organization Unit,O=Issuer Organization,C=BE
# SML URL (incl. the service name)
#bdmsl.integration.url=https://sml.peppolcentral.org/manageparticipantidentifier
# bdmsl.integration.url=https://smk.peppolcentral.org/manageparticipantidentifier
bdmsl.integration.url=http://localhost:8080/manageparticipantidentifier
bdmsl.integration.keystore.path=
bdmsl.integration.keystore.password=
bdmsl.integration.keystore.alias=
bdmsl.integration.proxy.server=
bdmsl.integration.proxy.port=
......@@ -71,8 +60,6 @@ bdmsl.integration.proxy.password=
## XMLDSIG response signing:
xmldsig.keystore.classpath = ../keystore/keystore.jks
xmldsig.keystore.password = peppol
xmldsig.keystore.key.alias = smp keypair
xmldsig.keystore.key.password = peppol
## JDBC configuration for DB
jdbc.driver = ${jdbc.driver}
......
......@@ -16,10 +16,6 @@ authentication.blueCoat.enabled=true
encodedSlashesAllowedInUrl=false
## DBMS handler
dataManager.class=eu.europa.ec.cipa.smp.server.data.dbms.DBMSDataManager
eclipselink.ddl-generation.output-mode=sql-script
identifiersBehaviour.ParticipantIdentifierScheme.validationRegex=^(?!^.{26})([a-z0-9]+-[a-z0-9]+-[a-z0-9]+)
## All Identifiers by default are CASE-INSENSITIVE.
......@@ -31,12 +27,6 @@ identifiersBehaviour.caseSensitive.DocumentIdentifierSchemes=case-sensitive-sche
# Switches ON/OFF the BDXL client - integrationwith with SML
bdmsl.integration.enabled=false
# SMP ID
bdmsl.integration.smp.id=TEST-SMP-ID1
# SMP's certificate - needed only when accessing BDMSL directly through HTTP. The configured "Client-Cert" HTTP header will be added to each BDMSL request(bypassing SSL cert verification made normally by SSL terminator)
bdmsl.integration.http.header.client.cert=
# SML URL (incl. the service name)
#bdmsl.integration.url=https://sml.peppolcentral.org/manageparticipantidentifier
# bdmsl.integration.url=https://smk.peppolcentral.org/manageparticipantidentifier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment