[Plexus-svn] SF.net SVN: plexus:[857] trunk/plexus
Status: Alpha
Brought to you by:
rconner
|
From: <rc...@us...> - 2010-09-05 19:28:51
|
Revision: 857
http://plexus.svn.sourceforge.net/plexus/?rev=857&view=rev
Author: rconner
Date: 2010-09-05 19:28:45 +0000 (Sun, 05 Sep 2010)
Log Message:
-----------
changing maven artifact ID to match what is being used elsewhere.
Modified Paths:
--------------
trunk/plexus/pom.xml
trunk/plexus/src/changes/changes.xml
Modified: trunk/plexus/pom.xml
===================================================================
--- trunk/plexus/pom.xml 2010-09-04 21:25:39 UTC (rev 856)
+++ trunk/plexus/pom.xml 2010-09-05 19:28:45 UTC (rev 857)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.plexus</groupId>
- <artifactId>plexus-core</artifactId>
+ <artifactId>plexus-graph</artifactId>
<packaging>jar</packaging>
<version>0.14-SNAPSHOT</version>
Modified: trunk/plexus/src/changes/changes.xml
===================================================================
--- trunk/plexus/src/changes/changes.xml 2010-09-04 21:25:39 UTC (rev 856)
+++ trunk/plexus/src/changes/changes.xml 2010-09-05 19:28:45 UTC (rev 857)
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
- <title>Plexus Graph Library, Plexus Core</title>
+ <title>Plexus Graph Library</title>
</properties>
<body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|