Skip to content

Commit

Permalink
Merge branch '3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
psotofer committed Apr 14, 2021
2 parents df94b62 + 3123907 commit 23cfbe1
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ESPD Exchange Data Model (EDM) **UNDER DEVELOPMENT**
# ESPD Exchange Data Model (EDM)
# Version 3.0.0

## Introduction
Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/I.1_ESPD_Introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[.text-left]
*_Disclaimer:_* _the current documentation is not the final version, it is an ongoing task that will be ended up by the end of the implementation task._
[.text-center]
=== I.1 ESPD Introduction
[.text-left]
Expand Down
Binary file modified docs/src/main/asciidoc/dist/doc/ESPD_Business_Handbook.pdf
Binary file not shown.
Binary file modified docs/src/main/asciidoc/dist/doc/ESPD_Technical_Handbook.pdf
Binary file not shown.
13 changes: 2 additions & 11 deletions docs/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ The recommended way to get started using the `exchange-model` in your Java proje
----
<dependency>
<groupId>eu.europa.ec.grow.espd</groupId>
<artifactId>exchange-model2</artifactId>
<artifactId>exchange-model3</artifactId>
<version>3.0.0</version>
</dependency>
----

[NOTE]
====
Version 2 of the `Exchange Model` has a different `artifactId`, i.e. `exchange-model2`, in order to
Version 3 of the `Exchange Model` has a different `artifactId`, i.e. `exchange-model3`, in order to
support the usage of both versions at the same time inside a `Java` Maven project.
====

Expand All @@ -58,12 +58,3 @@ In order to use the snapshot version, you might have to enable the `Maven` snaps
----
====

=== With Gradle

[source,groovy]
.build.gradle
----
dependencies {
compile("eu.europa.ec.grow.espd:exchange-model2:3.0.0")
}
----
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

=== v3.0.0 (January 2021)

*_Disclaimer:_* _This release notes are an on-going work that can evolve and change_

The ESPD-EDM version 3.0.0 focuses on its evolution for the alignment with eForms to ensure the maximum interoperability between models. It also includes fixed errors and changes suggested by the Member States and other Stakeholders within the Github repositories (issues workspace).
The list below details the different changes included in the current release 3.0.0 of the ESPD-EDM:

Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/xml_technical_handbook.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ifndef::downloaddir[:downloaddir: download]

= *The European Single Procurement Document*

*_Disclaimer:_* _the current documentation is not the final version, it is an ongoing task that will be ended up by the end of the implementation task._

== *Technical Handbook v3.0.0*

:toc:
Expand Down
4 changes: 2 additions & 2 deletions exchange-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>

<groupId>eu.europa.ec.grow.espd</groupId>
<artifactId>exchange-model2</artifactId>
<artifactId>exchange-model3</artifactId>
<packaging>jar</packaging>
<version>2.1.1</version>
<version>3.0.0</version>

<name>exchange-model</name>
<description>The ESPD Exchange Data Model is the technical representation of the legal European Single Procurement
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>eu.europa.ec.grow.espd</groupId>
<artifactId>espd-data-model</artifactId>
<version>2.1.0.1-SNAPSHOT</version>
<artifactId>espd-data-model3</artifactId>
<version>3.0.0-SNAPSHOT</version>
<modules>
<module>docs</module>
</modules>
Expand Down

0 comments on commit 23cfbe1

Please sign in to comment.