From: <sha...@us...> - 2010-11-10 21:35:59
|
Revision: 2422 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2422&view=rev Author: shadowtm Date: 2010-11-10 21:35:53 +0000 (Wed, 10 Nov 2010) Log Message: ----------- [maven-release-plugin] prepare release 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:35:43 UTC (rev 2421) +++ trunk/autosparql/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -5,13 +5,13 @@ <parent> <artifactId>dllearner-parent</artifactId> <groupId>org.dllearner</groupId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.dllearner</groupId> <artifactId>autosparql</artifactId> <packaging>war</packaging> <name>AutoSPARQL</name> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <dependencies> @@ -61,7 +61,7 @@ <dependency> <groupId>org.dllearner</groupId> <artifactId>sparql-query-generator</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/components-core/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>components-core</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>DL Learner Core Components</name> @@ -12,7 +12,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> <build> Modified: trunk/components-ext/pom.xml =================================================================== --- trunk/components-ext/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/components-ext/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>components-ext</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>components-ext</name> @@ -11,7 +11,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> <dependencies> <dependency> Modified: trunk/evalplugin/pom.xml =================================================================== --- trunk/evalplugin/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/evalplugin/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>evalplugin</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>evalplugin</name> @@ -11,7 +11,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/interfaces/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>interfaces</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Interfaces: GUI, CLI, Web Service </name> @@ -12,7 +12,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> <build> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -4,7 +4,7 @@ <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>DL Learner Parent Pom</name> @@ -33,9 +33,9 @@ <!--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> + <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> Modified: trunk/protege/pom.xml =================================================================== --- trunk/protege/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/protege/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>protege</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>protege</name> @@ -12,7 +12,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/scripts/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,7 +3,7 @@ <groupId>org.dllearner</groupId> <artifactId>scripts</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Executable scripts </name> @@ -12,7 +12,7 @@ <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> Modified: trunk/sparql-query-generator/pom.xml =================================================================== --- trunk/sparql-query-generator/pom.xml 2010-11-10 21:35:43 UTC (rev 2421) +++ trunk/sparql-query-generator/pom.xml 2010-11-10 21:35:53 UTC (rev 2422) @@ -3,12 +3,12 @@ <parent> <artifactId>dllearner-parent</artifactId> <groupId>org.dllearner</groupId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.dllearner</groupId> <artifactId>sparql-query-generator</artifactId> - <version>1.0.1</version> + <version>1.0-SNAPSHOT</version> <build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |