Skip to content
Snippets Groups Projects
Commit 7d73b33b authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

config path changed to /etc/dhrep/tgauth.

version increased to 1.8.0-SNAPSHOT.
parent 24bcd649
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>1.7.2-SNAPSHOT</version> <version>1.8.0-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-client-crud</artifactId> <artifactId>tgauth-client-crud</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>1.7.2-SNAPSHOT</version> <version>1.8.0-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-client</artifactId> <artifactId>tgauth-client</artifactId>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// ####################################################### // #######################################################
// Author: Martin Haase / DAASI International GmbH / TextGrid // Author: Martin Haase / DAASI International GmbH / TextGrid
// Creation date: 2010-09-23 // Creation date: 2010-09-23
// Modification date: 2010-10-19 // Modification date: 2017-02-27
// Version: 0.2 // Version: 0.2
// ####################################################### // #######################################################
...@@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php"); ...@@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php");
include("../tglib/RBAC.class.php"); include("../tglib/RBAC.class.php");
include("../tglib/WebUtils.class.php"); include("../tglib/WebUtils.class.php");
$configfile = "/etc/textgrid/tgauth/conf/config_tgwebauth.xml"; $configfile = "/etc/dhrep/tgauth/conf/config_tgwebauth.xml";
$util = new WebUtils; $util = new WebUtils;
......
...@@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php"); ...@@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php");
include("../tglib/RBAC.class.php"); include("../tglib/RBAC.class.php");
include("../tglib/WebUtils.class.php"); include("../tglib/WebUtils.class.php");
$configfile = "/etc/textgrid/tgauth/conf/config_tgwebauth.xml"; $configfile = "/etc/dhrep/tgauth/conf/config_tgwebauth.xml";
$util = new WebUtils; $util = new WebUtils;
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
// ####################################################### // #######################################################
// Author: Martin Haase / DAASI International GmbH / TextGrid // Author: Martin Haase / DAASI International GmbH / TextGrid
// Creation date: 2010-09-23 // Creation date: 2010-09-23
// Modification date: 2015-04-27 // Modification date: 2017-02-27
// Version: 0.3 - user management is done in DARIAH now // Version: 0.3 - user management is done in DARIAH now
// ####################################################### // #######################################################
include("../tglib/RBAC.class.php"); include("../tglib/RBAC.class.php");
include("../tglib/WebUtils.class.php"); include("../tglib/WebUtils.class.php");
$configfile = "/etc/textgrid/tgauth/conf/config_tgwebauth.xml"; $configfile = "/etc/dhrep/tgauth/conf/config_tgwebauth.xml";
$util = new WebUtils; $util = new WebUtils;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<version>1.7.2-SNAPSHOT</version> <version>1.8.0-SNAPSHOT</version>
<name>TextGrid :: TGAuth</name> <name>TextGrid :: TGAuth</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<repository> <repository>
<id>nexus.dariah</id> <id>nexus.dariah</id>
<name>DARIAH Nexus Public Repository</name> <name>DARIAH Nexus Public Repository</name>
<url>http://dev.dariah.eu/nexus/content/groups/public</url> <url>https://ci.de.dariah.eu/nexus/content/groups/public</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>dariah.nexus.snapshots</id> <id>dariah.nexus.snapshots</id>
<url>http://dev.dariah.eu/nexus/content/repositories/snapshots</url> <url>https://ci.de.dariah.eu/nexus/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>dariah.nexus.releases</id> <id>dariah.nexus.releases</id>
<url>http://dev.dariah.eu/nexus/content/repositories/releases</url> <url>https://ci.de.dariah.eu/nexus/content/repositories/releases</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
<modules> <modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment