Skip to content

Commit

Permalink
Update version to 1.14.0-SNAPSHOT in pom.xml and fields.json
Browse files Browse the repository at this point in the history
Also update SDK Analyzer version to 1.14.0-SNAPSHOT.
  • Loading branch information
bertrand-lorentz committed Oct 31, 2024
1 parent 30346d9 commit 986bbda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fields/fields.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"ublVersion" : "2.3",
"sdkVersion" : "eforms-sdk-1.13.0-SNAPSHOT",
"sdkVersion" : "eforms-sdk-1.14.0-SNAPSHOT",
"metadataDatabase" : {
"version" : "1.12.407",
"createdOn" : "2024-10-07T10:28:51"
"version" : "1.13.23",
"createdOn" : "2024-10-31T15:55:40"
},
"businessEntities" : [ {
"id" : "buyer",
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>eu.europa.ted.eforms</groupId>
<artifactId>eforms-sdk</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>eForms SDK</name>
Expand Down Expand Up @@ -48,12 +48,12 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-06-21T14:06:12Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-31T14:50:23Z</project.build.outputTimestamp>

<sonatype.server.url>s01.oss.sonatype.org</sonatype.server.url>

<!-- Versions eForms -->
<version.eforms-sdk-analyzer>1.13.0-SNAPSHOT</version.eforms-sdk-analyzer>
<version.eforms-sdk-analyzer>1.14.0-SNAPSHOT</version.eforms-sdk-analyzer>

<!-- Versions - Plugins -->
<version.dependency.plugin>3.5.0</version.dependency.plugin>
Expand Down

0 comments on commit 986bbda

Please sign in to comment.