From: <sha...@us...> - 2010-11-10 21:35:37
|
Revision: 2420 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2420&view=rev Author: shadowtm Date: 2010-11-10 21:35:29 +0000 (Wed, 10 Nov 2010) Log Message: ----------- [maven-release-plugin] prepare branch 1.0.1 Modified Paths: -------------- trunk/autosparql/pom.xml trunk/components-core/pom.xml trunk/components-ext/pom.xml trunk/evalplugin/pom.xml trunk/interfaces/pom.xml trunk/pom.xml trunk/protege/pom.xml trunk/scripts/pom.xml trunk/sparql-query-generator/pom.xml Modified: trunk/autosparql/pom.xml =================================================================== --- trunk/autosparql/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/autosparql/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,18 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_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/maven-v4_0_0.xsd"> <!-- POM generated by gwt-maven-plugin archetype --> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>dllearner-parent</artifactId> <groupId>org.dllearner</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0.1</version> </parent> <groupId>org.dllearner</groupId> <artifactId>autosparql</artifactId> <packaging>war</packaging> <name>AutoSPARQL</name> - <version>${dllearner.version}</version> + <version>1.0.1</version> <dependencies> @@ -62,7 +61,7 @@ <dependency> <groupId>org.dllearner</groupId> <artifactId>sparql-query-generator</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.1</version> <type>jar</type> <scope>compile</scope> </dependency> Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/components-core/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,167 +1,166 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - <version>${dllearner.version}</version> - <packaging>jar</packaging> - - <name>DL Learner Core Components</name> - <url>http://maven.apache.org</url> - - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <build> - <plugins> - <!--Surefire - for JUnits--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>org/dllearner/test/*</exclude> - <exclude>org/dllearner/test/junit/TestOntologies.java</exclude> - <!--This line excludes inner classes--> - <exclude>**/*$*</exclude> - </excludes> - </configuration> - </plugin> - <!--Jar the tests up into a separate jar so other components tests' can leverage them--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - - <!-- THIS IS FROM THE UNIBAS REPO--> - <dependency> - <groupId>net.sourceforge.owlapi</groupId> - <artifactId>owlapi</artifactId> - </dependency> - - <!-- THIS IS FROM THE UNIBAS REPO--> - <dependency> - <groupId>com.owldl</groupId> - <artifactId>pellet</artifactId> - <exclusions> - <exclusion> <!-- declare the exclusion here --> - <groupId>org.mortbay.jetty</groupId> - <artifactId>org.mortbay.jetty</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - - <!--Available via central, we use the latest with minor mods to DL Learner source (IE Dig related code)--> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>jena</artifactId> - </dependency> - - <!--SwingX is in central--> - <dependency> - <groupId>org.swinglabs</groupId> - <artifactId>swingx</artifactId> - </dependency> - - - <!--JSON is in Central--> - <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - </dependency> - - - - <dependency> - <groupId>net.sf.jopt-simple</groupId> - <artifactId>jopt-simple</artifactId> - </dependency> - - - <!--Lucene is in Central--> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - </dependency> - - <dependency> - <groupId>org.ini4j</groupId> - <artifactId>ini4j</artifactId> - </dependency> - - - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xbean</artifactId> - </dependency> - - <dependency> - <groupId>com.google.code.factplusplus</groupId> - <artifactId>factpp-owlapi</artifactId> - </dependency> - - <dependency> - <groupId>net.sourceforge.owlapi.owllink</groupId> - <artifactId>owllink</artifactId> - </dependency> - - <dependency> - <groupId>org.semanticweb.hermit</groupId> - <artifactId>hermit</artifactId> - </dependency> - - <dependency> - <groupId>com.jamonapi</groupId> - <artifactId>jamon</artifactId> - </dependency> - - <!--JENA ARQ is in central - we use the latest--> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>arq</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>net.sourceforge.dig</groupId> - <artifactId>dig-xmlbeans</artifactId> - </dependency> - - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - </dependency> - - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>DL Learner Core Components</name> + <url>http://maven.apache.org</url> + + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + + <build> + <plugins> + <!--Surefire - for JUnits--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>org/dllearner/test/*</exclude> + <exclude>org/dllearner/test/junit/TestOntologies.java</exclude> + <!--This line excludes inner classes--> + <exclude>**/*$*</exclude> + </excludes> + </configuration> + </plugin> + <!--Jar the tests up into a separate jar so other components tests' can leverage them--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + + <!-- THIS IS FROM THE UNIBAS REPO--> + <dependency> + <groupId>net.sourceforge.owlapi</groupId> + <artifactId>owlapi</artifactId> + </dependency> + + <!-- THIS IS FROM THE UNIBAS REPO--> + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet</artifactId> + <exclusions> + <exclusion> <!-- declare the exclusion here --> + <groupId>org.mortbay.jetty</groupId> + <artifactId>org.mortbay.jetty</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + + <!--Available via central, we use the latest with minor mods to DL Learner source (IE Dig related code)--> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + </dependency> + + <!--SwingX is in central--> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>swingx</artifactId> + </dependency> + + + <!--JSON is in Central--> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </dependency> + + + + <dependency> + <groupId>net.sf.jopt-simple</groupId> + <artifactId>jopt-simple</artifactId> + </dependency> + + + <!--Lucene is in Central--> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> + </dependency> + + <dependency> + <groupId>org.ini4j</groupId> + <artifactId>ini4j</artifactId> + </dependency> + + + <dependency> + <groupId>xmlbeans</groupId> + <artifactId>xbean</artifactId> + </dependency> + + <dependency> + <groupId>com.google.code.factplusplus</groupId> + <artifactId>factpp-owlapi</artifactId> + </dependency> + + <dependency> + <groupId>net.sourceforge.owlapi.owllink</groupId> + <artifactId>owllink</artifactId> + </dependency> + + <dependency> + <groupId>org.semanticweb.hermit</groupId> + <artifactId>hermit</artifactId> + </dependency> + + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> + + <!--JENA ARQ is in central - we use the latest--> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>arq</artifactId> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>net.sourceforge.dig</groupId> + <artifactId>dig-xmlbeans</artifactId> + </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + </dependency> + + </dependencies> +</project> Modified: trunk/components-ext/pom.xml =================================================================== --- trunk/components-ext/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/components-ext/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,23 +1,22 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - <version>${dllearner.version}</version> - <packaging>jar</packaging> - - <name>components-ext</name> - <url>http://maven.apache.org</url> - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>components-ext</name> + <url>http://maven.apache.org</url> + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + </dependencies> +</project> Modified: trunk/evalplugin/pom.xml =================================================================== --- trunk/evalplugin/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/evalplugin/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,45 +1,44 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>evalplugin</artifactId> - <version>${evalplugin.version}</version> - <packaging>jar</packaging> - - <name>evalplugin</name> - <url>http://maven.apache.org</url> - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>protege</artifactId> - </dependency> - - - <dependency> - <groupId>org.protege.editor.core</groupId> - <artifactId>org.protege.editor.core.application</artifactId> - </dependency> - <dependency> - <groupId>org.protege.editor.owl</groupId> - <artifactId>org.protege.editor.owl</artifactId> - </dependency> - - - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>evalplugin</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>evalplugin</name> + <url>http://maven.apache.org</url> + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + + + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>protege</artifactId> + </dependency> + + + <dependency> + <groupId>org.protege.editor.core</groupId> + <artifactId>org.protege.editor.core.application</artifactId> + </dependency> + <dependency> + <groupId>org.protege.editor.owl</groupId> + <artifactId>org.protege.editor.owl</artifactId> + </dependency> + + + </dependencies> +</project> Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/interfaces/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,64 +1,63 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>interfaces</artifactId> - <version>${dllearner.version}</version> - <packaging>jar</packaging> - - <name>Interfaces: GUI, CLI, Web Service </name> - <url>http://maven.apache.org</url> - - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <build> - <plugins> - <!--Surefire - for JUnits--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>org/dllearner/test/junit/OWLlinkTest.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - - <!--Added the dependency of the core tests so that they will be accessible from the tests in this component--> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - <classifier>tests</classifier> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> - <dependency> - <groupId>com.jamonapi</groupId> - <artifactId>jamon</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>interfaces</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>Interfaces: GUI, CLI, Web Service </name> + <url>http://maven.apache.org</url> + + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + + <build> + <plugins> + <!--Surefire - for JUnits--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>org/dllearner/test/junit/OWLlinkTest.java</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + + <!--Added the dependency of the core tests so that they will be accessible from the tests in this component--> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + <classifier>tests</classifier> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + + </dependencies> +</project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,408 +1,406 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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> - - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - <packaging>pom</packaging> - <name>DL Learner Parent Pom</name> - - <properties> - <!-- tell the compiler we can use 1.6 --> - <compiler.version>1.6</compiler.version> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <dllearner.version>1.0-SNAPSHOT</dllearner.version> - <protege.version>1.0-SNAPSHOT</protege.version> - <evalplugin.version>1.0-SNAPSHOT</evalplugin.version> - <!-- convenience to define GWT version in one place --> - <gwt.version>2.1-SNAPSHOT</gwt.version> - </properties> - - <modules> - <module>components-core</module> - <module>components-ext</module> - <module>interfaces</module> - <module>scripts</module> - <module>protege</module> - <module>evalplugin</module> - <module>sparql-query-generator</module> - <module>autosparql</module> - </modules> - - - <!--This is the SCM information, which needs to be here so we can use the maven release plugin--> - <scm> - <connection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</connection> - <developerConnection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</developerConnection> - <url>https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</url> - </scm> - - <build> - <!-- - - Plugin Management defines the plugins that the child components can use - - It's good practice to do this as we can ensure all children use common versions - - of the plugins, and we can look in one place to see all plugin dependencies. - --> - <pluginManagement> - <plugins> - <!--Surefire - for JUnits--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <!--Maven Compiler Plugin--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <!--We use 1.6--> - <source>${compiler.version}</source> - <target>${compiler.version}</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - <!-- - - Maven Jar Plugin - if you want to create and/or sign jars. - - I'm putting this in so we can create a jar for the test classes - - in components core so that other components' tests can leverage them - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.3.1</version> - </plugin> - <!--JAR the Sources--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <!--JAR the Java docs--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>gwt-maven-plugin</artifactId> - <version>2.1-SNAPSHOT</version> - </plugin> - </plugins> - </pluginManagement> - </build> - - <dependencyManagement> - <!--Dependency Management defines the dependencies at the parent level - ideally we would--> - <!--define all the dependencies of the project here so we would have consistent versions--> - <!--across all of the child components--> - <dependencies> - <dependency> - <groupId>net.sourceforge.owlapi</groupId> - <artifactId>owlapi</artifactId> - <version>3.0.0</version> - </dependency> - - <dependency> - <groupId>com.owldl</groupId> - <artifactId>pellet</artifactId> - <version>2.2.1</version> - </dependency> - - <dependency> - <groupId>org.semanticweb.hermit</groupId> - <artifactId>hermit</artifactId> - <version>1.2.3</version> - </dependency> - - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <version>0.9.3</version> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.16</version> - </dependency> - - <dependency> - <groupId>com.extjs</groupId> - <artifactId>gxt</artifactId> - <version>2.2.0</version> - </dependency> - - <!--Available via central, we use the latest with minor mods to DL Learner source (IE Dig related code)--> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>jena</artifactId> - <version>2.6.3</version> - </dependency> - <!--SwingX is in central--> - <dependency> - <groupId>org.swinglabs</groupId> - <artifactId>swingx</artifactId> - <version>1.6</version> - </dependency> - - <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - <version>20090211</version> - </dependency> - - <dependency> - <groupId>net.sf.jopt-simple</groupId> - <artifactId>jopt-simple</artifactId> - <version>3.1</version> - <!--This version is the one released with DL-Learner 2048--> - </dependency> - - <!--Lucene is in Central--> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <version>3.0.1</version> - </dependency> - - <dependency> - <groupId>org.ini4j</groupId> - <artifactId>ini4j</artifactId> - <version>0.3.2</version> - <!--This version is the one released with DL-Learner 2048--> - </dependency> - - - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xbean</artifactId> - <version>2.2.0</version> - </dependency> - - <dependency> - <groupId>com.jamonapi</groupId> - <artifactId>jamon</artifactId> - <version>2.7</version> - </dependency> - - - <!--JENA ARQ is in central - we use the latest--> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>arq</artifactId> - <version>2.8.5</version> - </dependency> - - <!--Junits--> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.7</version> - </dependency> - - <dependency> - <groupId>com.google.code.factplusplus</groupId> - <artifactId>factpp-owlapi</artifactId> - <version>1.4.0.1</version> - </dependency> - - <dependency> - <groupId>net.sourceforge.owlapi.owllink</groupId> - <artifactId>owllink</artifactId> - <version>1.0.1</version> - </dependency> - - <dependency> - <groupId>org.protege.editor.core</groupId> - <artifactId>org.protege.editor.core.application</artifactId> - <version>4.1.0.206</version> - </dependency> - - <dependency> - <groupId>org.protege.editor.owl</groupId> - <artifactId>org.protege.editor.owl</artifactId> - <version>4.1.0.206</version> - </dependency> - - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - <version>${dllearner.version}</version> - </dependency> - - <!--This is the jar of the tests from components-core--> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - <version>${dllearner.version}</version> - <classifier>tests</classifier> - </dependency> - - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - <version>${dllearner.version}</version> - </dependency> - - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>interfaces</artifactId> - <version>${dllearner.version}</version> - </dependency> - - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>protege</artifactId> - <version>${protege.version}</version> - </dependency> - - <dependency> - <groupId>net.sourceforge.secondstring</groupId> - <artifactId>secondstring</artifactId> - <version>20060615</version> - </dependency> - - <dependency> - <groupId>com.jgoodies</groupId> - <artifactId>looks</artifactId> - <version>2.2.2</version> - </dependency> - - <dependency> - <groupId>net.sourceforge.browserlauncher2</groupId> - <artifactId>browserlauncher2</artifactId> - <version>1.3</version> - </dependency> - - <dependency> - <groupId>net.sourceforge.dig</groupId> - <artifactId>dig-xmlbeans</artifactId> - <version>1.1</version> - </dependency> - - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>1.2.143</version> - </dependency> - - <!--GWT Dependencies--> - <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-servlet</artifactId> - <version>${gwt.version}</version> - </dependency> - <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-user</artifactId> - <version>${gwt.version}</version> - </dependency> - - </dependencies> - </dependencyManagement> - - <repositories> - - - <repository> - <id>maven2-repository.dev.java.net</id> - <name>Java.net Repository for Maven</name> - <url>http://download.java.net/maven/2/</url> - <layout>default</layout> - </repository> - - <repository> - <id>maven.aksw.internal</id> - <name>University Leipzig, AKSW Maven2 Repository</name> - <url>http://db0.aksw.org:8081/archiva/repository/internal</url> - </repository> - - <repository> - <id>maven.aksw.snapshots</id> - <name>University Leipzig, AKSW Maven2 Repository</name> - <url>http://db0.aksw.org:8081/archiva/repository/snapshots</url> - </repository> - - <!-- This repository contains the pellet jars --> - <repository> - <id>pellet_etc</id> - <url>http://on.cs.unibas.ch/maven/repository/</url> - </repository> - - <!-- This repository contains the jars for the project lombok jars --> - <repository> - <id>projectlombok.org</id> - <url>http://projectlombok.org/mavenrepo</url> - </repository> - - <repository> - <id>GXT</id> - <url>http://maven.jahia.org/maven2/</url> - </repository> - - <!-- - - This is so we can get the 1.3-SNAPSHOT of GWT Maven Plugin cause 1.2 is broken on the hudson - - - - Here's a good place to browse the repository: https://nexus.codehaus.org - --> - <repository> - <id>maven.codehaus.snapshots</id> - <name>Codehaus repository Repository</name> - <url>https://nexus.codehaus.org/content/repositories/public</url> - </repository> - - <repository> - <id>google-maven-snapshot-repository</id> - <name>Google Maven Snapshot Repository</name> - <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>maven.codehaus.plugin.snapshots</id> - <name>Codehaus plugin Repository</name> - <url>https://nexus.codehaus.org/content/repositories/public</url> - <snapshots><enabled>true</enabled></snapshots> - <releases><enabled>true</enabled></releases> - </pluginRepository> - </pluginRepositories> - - - - <distributionManagement> - <repository> - <id>archiva.internal</id> - <name>AKSW Internal Release Repository</name> - <url>http://prod1.aksw.org:8081/archiva/repository/internal</url> - </repository> - <snapshotRepository> - <id>archiva.snapshots</id> - <name>AKSW Snapshot Repository</name> - <url>http://prod1.aksw.org:8081/archiva/repository/snapshots</url> - </snapshotRepository> - </distributionManagement> - -</project> +<?xml version="1.0" encoding="UTF-8"?> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + <packaging>pom</packaging> + <name>DL Learner Parent Pom</name> + + <properties> + <!-- tell the compiler we can use 1.6 --> + <compiler.version>1.6</compiler.version> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <dllearner.version>1.0.1</dllearner.version> + <protege.version>1.0.1</protege.version> + <evalplugin.version>1.0-SNAPSHOT</evalplugin.version> + <!-- convenience to define GWT version in one place --> + <gwt.version>2.1-SNAPSHOT</gwt.version> + </properties> + + <modules> + <module>components-core</module> + <module>components-ext</module> + <module>interfaces</module> + <module>scripts</module> + <module>protege</module> + <module>evalplugin</module> + <module>sparql-query-generator</module> + <module>autosparql</module> + </modules> + + + <!--This is the SCM information, which needs to be here so we can use the maven release plugin--> + <scm> + <connection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/branches/1.0.1</connection> + <developerConnection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/branches/1.0.1</developerConnection> + <url>https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/branches/1.0.1</url> + </scm> + + <build> + <!-- + - Plugin Management defines the plugins that the child components can use + - It's good practice to do this as we can ensure all children use common versions + - of the plugins, and we can look in one place to see all plugin dependencies. + --> + <pluginManagement> + <plugins> + <!--Surefire - for JUnits--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <!--Maven Compiler Plugin--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <!--We use 1.6--> + <source>${compiler.version}</source> + <target>${compiler.version}</target> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + + <!-- + - Maven Jar Plugin - if you want to create and/or sign jars. + - I'm putting this in so we can create a jar for the test classes + - in components core so that other components' tests can leverage them + --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.3.1</version> + </plugin> + <!--JAR the Sources--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <!--JAR the Java docs--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>gwt-maven-plugin</artifactId> + <version>2.1-SNAPSHOT</version> + </plugin> + </plugins> + </pluginManagement> + </build> + + <dependencyManagement> + <!--Dependency Management defines the dependencies at the parent level - ideally we would--> + <!--define all the dependencies of the project here so we would have consistent versions--> + <!--across all of the child components--> + <dependencies> + <dependency> + <groupId>net.sourceforge.owlapi</groupId> + <artifactId>owlapi</artifactId> + <version>3.0.0</version> + </dependency> + + <dependency> + <groupId>com.owldl</groupId> + <artifactId>pellet</artifactId> + <version>2.2.1</version> + </dependency> + + <dependency> + <groupId>org.semanticweb.hermit</groupId> + <artifactId>hermit</artifactId> + <version>1.2.3</version> + </dependency> + + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>0.9.3</version> + </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.16</version> + </dependency> + + <dependency> + <groupId>com.extjs</groupId> + <artifactId>gxt</artifactId> + <version>2.2.0</version> + </dependency> + + <!--Available via central, we use the latest with minor mods to DL Learner source (IE Dig related code)--> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + <version>2.6.3</version> + </dependency> + <!--SwingX is in central--> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>swingx</artifactId> + <version>1.6</version> + </dependency> + + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20090211</version> + </dependency> + + <dependency> + <groupId>net.sf.jopt-simple</groupId> + <artifactId>jopt-simple</artifactId> + <version>3.1</version> + <!--This version is the one released with DL-Learner 2048--> + </dependency> + + <!--Lucene is in Central--> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> + <version>3.0.1</version> + </dependency> + + <dependency> + <groupId>org.ini4j</groupId> + <artifactId>ini4j</artifactId> + <version>0.3.2</version> + <!--This version is the one released with DL-Learner 2048--> + </dependency> + + + <dependency> + <groupId>xmlbeans</groupId> + <artifactId>xbean</artifactId> + <version>2.2.0</version> + </dependency> + + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + <version>2.7</version> + </dependency> + + + <!--JENA ARQ is in central - we use the latest--> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>arq</artifactId> + <version>2.8.5</version> + </dependency> + + <!--Junits--> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.7</version> + </dependency> + + <dependency> + <groupId>com.google.code.factplusplus</groupId> + <artifactId>factpp-owlapi</artifactId> + <version>1.4.0.1</version> + </dependency> + + <dependency> + <groupId>net.sourceforge.owlapi.owllink</groupId> + <artifactId>owllink</artifactId> + <version>1.0.1</version> + </dependency> + + <dependency> + <groupId>org.protege.editor.core</groupId> + <artifactId>org.protege.editor.core.application</artifactId> + <version>4.1.0.206</version> + </dependency> + + <dependency> + <groupId>org.protege.editor.owl</groupId> + <artifactId>org.protege.editor.owl</artifactId> + <version>4.1.0.206</version> + </dependency> + + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + <version>${dllearner.version}</version> + </dependency> + + <!--This is the jar of the tests from components-core--> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + <version>${dllearner.version}</version> + <classifier>tests</classifier> + </dependency> + + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + <version>${dllearner.version}</version> + </dependency> + + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>interfaces</artifactId> + <version>${dllearner.version}</version> + </dependency> + + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>protege</artifactId> + <version>${protege.version}</version> + </dependency> + + <dependency> + <groupId>net.sourceforge.secondstring</groupId> + <artifactId>secondstring</artifactId> + <version>20060615</version> + </dependency> + + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>looks</artifactId> + <version>2.2.2</version> + </dependency> + + <dependency> + <groupId>net.sourceforge.browserlauncher2</groupId> + <artifactId>browserlauncher2</artifactId> + <version>1.3</version> + </dependency> + + <dependency> + <groupId>net.sourceforge.dig</groupId> + <artifactId>dig-xmlbeans</artifactId> + <version>1.1</version> + </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.2.143</version> + </dependency> + + <!--GWT Dependencies--> + <dependency> + <groupId>com.google.gwt</groupId> + <artifactId>gwt-servlet</artifactId> + <version>${gwt.version}</version> + </dependency> + <dependency> + <groupId>com.google.gwt</groupId> + <artifactId>gwt-user</artifactId> + <version>${gwt.version}</version> + </dependency> + + </dependencies> + </dependencyManagement> + + <repositories> + + + <repository> + <id>maven2-repository.dev.java.net</id> + <name>Java.net Repository for Maven</name> + <url>http://download.java.net/maven/2/</url> + <layout>default</layout> + </repository> + + <repository> + <id>maven.aksw.internal</id> + <name>University Leipzig, AKSW Maven2 Repository</name> + <url>http://db0.aksw.org:8081/archiva/repository/internal</url> + </repository> + + <repository> + <id>maven.aksw.snapshots</id> + <name>University Leipzig, AKSW Maven2 Repository</name> + <url>http://db0.aksw.org:8081/archiva/repository/snapshots</url> + </repository> + + <!-- This repository contains the pellet jars --> + <repository> + <id>pellet_etc</id> + <url>http://on.cs.unibas.ch/maven/repository/</url> + </repository> + + <!-- This repository contains the jars for the project lombok jars --> + <repository> + <id>projectlombok.org</id> + <url>http://projectlombok.org/mavenrepo</url> + </repository> + + <repository> + <id>GXT</id> + <url>http://maven.jahia.org/maven2/</url> + </repository> + + <!-- + - This is so we can get the 1.3-SNAPSHOT of GWT Maven Plugin cause 1.2 is broken on the hudson + - + - Here's a good place to browse the repository: https://nexus.codehaus.org + --> + <repository> + <id>maven.codehaus.snapshots</id> + <name>Codehaus repository Repository</name> + <url>https://nexus.codehaus.org/content/repositories/public</url> + </repository> + + <repository> + <id>google-maven-snapshot-repository</id> + <name>Google Maven Snapshot Repository</name> + <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + + <pluginRepositories> + <pluginRepository> + <id>maven.codehaus.plugin.snapshots</id> + <name>Codehaus plugin Repository</name> + <url>https://nexus.codehaus.org/content/repositories/public</url> + <snapshots><enabled>true</enabled></snapshots> + <releases><enabled>true</enabled></releases> + </pluginRepository> + </pluginRepositories> + + + + <distributionManagement> + <repository> + <id>archiva.internal</id> + <name>AKSW Internal Release Repository</name> + <url>http://prod1.aksw.org:8081/archiva/repository/internal</url> + </repository> + <snapshotRepository> + <id>archiva.snapshots</id> + <name>AKSW Snapshot Repository</name> + <url>http://prod1.aksw.org:8081/archiva/repository/snapshots</url> + </snapshotRepository> + </distributionManagement> + +</project> Modified: trunk/protege/pom.xml =================================================================== --- trunk/protege/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/protege/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,50 +1,49 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>protege</artifactId> - <version>${protege.version}</version> - <packaging>jar</packaging> - - <name>protege</name> - <url>http://maven.apache.org</url> - - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> - - <dependency> - <groupId>org.protege.editor.core</groupId> - <artifactId>org.protege.editor.core.application</artifactId> - </dependency> - - <dependency> - <groupId>org.protege.editor.owl</groupId> - <artifactId>org.protege.editor.owl</artifactId> - </dependency> - - <dependency> - <groupId>net.sourceforge.browserlauncher2</groupId> - <artifactId>browserlauncher2</artifactId> - </dependency> - - <dependency> - <groupId>com.jgoodies</groupId> - <artifactId>looks</artifactId> - </dependency> - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>protege</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>protege</name> + <url>http://maven.apache.org</url> + + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + + + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> + + <dependency> + <groupId>org.protege.editor.core</groupId> + <artifactId>org.protege.editor.core.application</artifactId> + </dependency> + + <dependency> + <groupId>org.protege.editor.owl</groupId> + <artifactId>org.protege.editor.owl</artifactId> + </dependency> + + <dependency> + <groupId>net.sourceforge.browserlauncher2</groupId> + <artifactId>browserlauncher2</artifactId> + </dependency> + + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>looks</artifactId> + </dependency> + </dependencies> +</project> Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/scripts/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,43 +1,42 @@ -<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> - - <groupId>org.dllearner</groupId> - <artifactId>scripts</artifactId> - <version>${dllearner.version}</version> - <packaging>jar</packaging> - - <name>Executable scripts </name> - <url>http://maven.apache.org</url> - - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>interfaces</artifactId> - </dependency> - <dependency> - <groupId>net.sourceforge.secondstring</groupId> - <artifactId>secondstring</artifactId> - </dependency> - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>8.4-701.jdbc4</version> - </dependency> - </dependencies> -</project> +<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> + + <groupId>org.dllearner</groupId> + <artifactId>scripts</artifactId> + <version>1.0.1</version> + <packaging>jar</packaging> + + <name>Executable scripts </name> + <url>http://maven.apache.org</url> + + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0.1</version> + </parent> + + + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>interfaces</artifactId> + </dependency> + <dependency> + <groupId>net.sourceforge.secondstring</groupId> + <artifactId>secondstring</artifactId> + </dependency> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>8.4-701.jdbc4</version> + </dependency> + </dependencies> +</project> Modified: trunk/sparql-query-generator/pom.xml =================================================================== --- trunk/sparql-query-generator/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) +++ trunk/sparql-query-generator/pom.xml 2010-11-10 21:35:29 UTC (rev 2420) @@ -1,64 +1,64 @@ -<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>... [truncated message content] |