Skip to content

Commit

Permalink
DSS-3360 : release 6.1.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanchezb committed Jul 11, 2024
1 parent ba4cb2b commit 1846f16
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</version>
<version>6.1.RC1</version>
</parent>
<artifactId>dss-standalone-app</artifactId>
<name>DSS Standalone application</name>
Expand Down
6 changes: 3 additions & 3 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.1-SNAPSHOT</version>
<version>6.1.RC1</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.1-SNAPSHOT</dss.framework.version>
<dss.framework.version>6.1.RC1</dss.framework.version>
<dss.framework.root.directory>${project.parent.basedir}/../dss</dss.framework.root.directory>

<slf4j.version>2.0.13</slf4j.version>
Expand Down Expand Up @@ -211,7 +211,7 @@
<url>https://ec.europa.eu/digital-building-blocks/code/scm/esig/dss-demos.git</url>
<connection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/esig/dss-demos.git</connection>
<developerConnection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/esig/dss-demos.git</developerConnection>
<tag>5.12</tag>
<tag>6.1.RC1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 1846f16

Please sign in to comment.