Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit be27be7

Browse files
committed
changed pom project name
1 parent 0dd805a commit be27be7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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>
@@ -88,7 +88,7 @@
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>

src/main/java/authentication/FrameworkConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)