[Major] renamed project li.strolch.runtime to li.strolch.agent

This commit is contained in:
Robert von Burg 2014-01-10 17:16:32 +01:00
parent 8e4128c8a4
commit cc4a9a4a47
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
li.strolch.runtime
li.strolch.agent
==================
runtime for Strolch
The Strolch Agent which is the runtime for Strolch

16
pom.xml
View File

@ -9,24 +9,24 @@
<relativePath>../li.strolch.parent/pom.xml</relativePath>
</parent>
<artifactId>li.strolch.runtime</artifactId>
<artifactId>li.strolch.agent</artifactId>
<name>li.strolch.runtime</name>
<description>runtime for Strolch</description>
<name>li.strolch.agent</name>
<description>Strolch Agent which is the runtime for Strolch</description>
<url>https://github.com/eitch/li.strolch.runtime</url>
<url>https://github.com/eitch/li.strolch.agent</url>
<inceptionYear>2011</inceptionYear>
<issueManagement>
<system>Github Issues</system>
<url>https://github.com/eitch/li.strolch.runtime/issues</url>
<url>https://github.com/eitch/li.strolch.agent/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/eitch/li.strolch.runtime.git</connection>
<developerConnection>scm:git:git@github.com:eitch/li.strolch.runtime.git</developerConnection>
<url>https://github.com/eitch/li.strolch.runtime</url>
<connection>scm:git:https://github.com/eitch/li.strolch.agent.git</connection>
<developerConnection>scm:git:git@github.com:eitch/li.strolch.agent.git</developerConnection>
<url>https://github.com/eitch/li.strolch.agent</url>
</scm>
<dependencies>