Skip to content

Commit

Permalink
Alignment to GeoNetwork 3.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Aug 21, 2024
1 parent a9e6757 commit cc62161
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,36 @@
<parent>
<artifactId>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>schema-iso19139.rndt</artifactId>
<name>GeoNetwork schema plugin for ISO19139.rndt standard</name>

<properties>
<gn.version>3.12-SNAPSHOT</gn.version>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<artifactId>schema-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<artifactId>schema-iso19139</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>core</artifactId>
<version>${gn.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>domain</artifactId>
<version>${gn.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<artifactId>schema-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private Element setUpEnvironment(ServiceContext context, Element md,
env.addContent(new Element("parentUuid").setText(parentUuid));
}
if (metadataId.isPresent()) {
final Path resourceDir = Lib.resource.getDir(context, Params.Access.PRIVATE, metadataId.get());
final Path resourceDir = Lib.resource.getDir(Params.Access.PRIVATE, metadataId.get());
env.addContent(new Element("datadir").setText(resourceDir.toString()));
}

Expand Down

0 comments on commit cc62161

Please sign in to comment.