Skip to content

Commit

Permalink
[maven-release-plugin] prepare release inception-app-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed May 9, 2018
1 parent 7424bc0 commit 7581ecc
Show file tree
Hide file tree
Showing 24 changed files with 70 additions and 98 deletions.
5 changes: 2 additions & 3 deletions inception-active-learning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>inception-active-learning</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions inception-app-ui-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-app-ui-search</artifactId>
<name>INCEpTION - Search - UI</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>inception-app-webapp</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions inception-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-build</artifactId>
<name>INCEpTION - Build resources</name>
Expand Down
6 changes: 2 additions & 4 deletions inception-concept-linking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-concept-linking</artifactId>
<name>INCEpTION - Entity Linking</name>
Expand Down
6 changes: 2 additions & 4 deletions inception-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-doc</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions inception-html-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-html-editor</artifactId>
<name>INCEpTION - Editor - HTML</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-imls-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-imls-core</artifactId>
<name>INCEpTION - ML - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-imls-dl4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-imls-dl4j</artifactId>
<name>INCEpTION - ML - Deeplearning4J</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-imls-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>inception-imls-external</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions inception-imls-opennlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-imls-opennlp</artifactId>
<name>INCEpTION - ML - OpenNLP</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-imls-stringmatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-imls-stringmatch</artifactId>
<name>INCEpTION - ML - String Matching</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-kb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-kb</artifactId>
<name>INCEpTION - Knowledge Base - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-log</artifactId>
<name>INCEpTION - Log</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-pdf-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<name>INCEpTION - Editor - PDF</name>
<artifactId>inception-pdf-editor</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions inception-recommendation-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-recommendation-api</artifactId>
<name>INCEpTION - Recommendation - API</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-recommendation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-recommendation</artifactId>
<name>INCEpTION - Recommendation - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-search-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-search-core</artifactId>
<name>INCEpTION - Search - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-search-mtas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-search-mtas</artifactId>
<name>INCEpTION - Search - MTAS</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-support</artifactId>
<name>INCEpTION - Support library</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-ui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-ui-core</artifactId>
<name>INCEpTION - UI - Core</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-ui-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-ui-dashboard</artifactId>
<name>INCEpTION - UI - Dashboard</name>
Expand Down
5 changes: 2 additions & 3 deletions inception-ui-kb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>inception-ui-kb</artifactId>
<name>INCEpTION - Knowledge Base - UI</name>
Expand Down
Loading

0 comments on commit 7581ecc

Please sign in to comment.