Skip to content

Commit

Permalink
Set version to 1.9.0-rc.2 in pom.xml and fields.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-lorentz committed Sep 22, 2023
1 parent 983c826 commit 8818339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.9.0-rc.1",
"sdkVersion" : "eforms-sdk-1.9.0-rc.2",
"metadataDatabase" : {
"version" : "1.9.0",
"createdOn" : "2023-08-24T14:00:00"
"version" : "1.9.3",
"createdOn" : "2023-09-22T15:10:02"
},
"xmlStructure" : [ {
"id" : "ND-Root",
Expand Down
4 changes: 2 additions & 2 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.9.0-rc.1</version>
<version>1.9.0-rc.2</version>
<packaging>jar</packaging>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-08-24T13:45:17Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-22T13:39:08Z</project.build.outputTimestamp>

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

Expand Down

0 comments on commit 8818339

Please sign in to comment.