This repository was archived by the owner on Apr 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
src/main/java/authentication Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >eu.geoknow </groupId >
5- <artifactId >generator </artifactId >
4+ <groupId >com.ontos </groupId >
5+ <artifactId >ontos-master </artifactId >
66 <packaging >war</packaging >
7- <version >1.0.1 </version >
8- <name >GeoKnow Generator </name >
7+ <version >1.0.0 </version >
8+ <name >Ontos LDIW </name >
99
1010 <properties >
1111 <endorsed .dir>${project.build.directory} /endorsed</endorsed .dir>
8888 </dependencies >
8989
9090 <build >
91- <finalName >generator </finalName >
91+ <finalName >${project.artifactId} </finalName >
9292 <plugins >
9393 <plugin >
9494 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ public static synchronized FrameworkConfiguration getInstance(
7979
8080 String configurationFile = "framework-configuration.ttl" ;
8181
82- // TODO: this property has to be removed and replaced with the LDIWO
83- // class
8482 instance .setFrameworkOntologyNS (LDIWO .NS );
8583
8684 instance .setSmtpHost (context .getInitParameter ("smtp-host" ));
You can’t perform that action at this time.
0 commit comments