Skip to content

Commit

Permalink
Release DSS 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanchezb committed Dec 28, 2023
1 parent 169fd49 commit 0c77e73
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dss-demo-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>

<name>DSS Package: OOTB Web-Application</name>
Expand Down
2 changes: 1 addition & 1 deletion dss-demo-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>

<artifactId>dss-demo-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dss-esig-validation-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dss-demos</artifactId>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dss-rest-doc-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>

<name>DSS REST Doc generation</name>
Expand Down
2 changes: 1 addition & 1 deletion dss-standalone-app-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>
<artifactId>dss-standalone-app-package</artifactId>
<name>DSS standalone application packager</name>
Expand Down
2 changes: 1 addition & 1 deletion dss-standalone-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>
<artifactId>dss-standalone-app</artifactId>
<name>DSS Standalone application</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-demos</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
<packaging>pom</packaging>
<name>Digital Signature Services - demonstrations</name>

Expand Down Expand Up @@ -41,7 +41,7 @@
<!-- /root-folder/ -->
<!-- /root-folder/dss/... -->
<!-- /root-folder/dss-demos/... -->
<dss.framework.version>6.0-SNAPSHOT</dss.framework.version>
<dss.framework.version>6.0</dss.framework.version>
<dss.framework.root.directory>${project.parent.basedir}/../dss</dss.framework.root.directory>

<slf4j.version>2.0.9</slf4j.version>
Expand Down

0 comments on commit 0c77e73

Please sign in to comment.