You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by to...@apache.org on 2012/07/30 16:56:38 UTC

svn commit: r1367111 - in /labs/yay/trunk: bio/pom.xml core/pom.xml pom.xml

Author: tommaso
Date: Mon Jul 30 14:56:38 2012
New Revision: 1367111

URL: http://svn.apache.org/viewvc?rev=1367111&view=rev
Log:
fixed poms artifacts ids

Modified:
    labs/yay/trunk/bio/pom.xml
    labs/yay/trunk/core/pom.xml
    labs/yay/trunk/pom.xml

Modified: labs/yay/trunk/bio/pom.xml
URL: http://svn.apache.org/viewvc/labs/yay/trunk/bio/pom.xml?rev=1367111&r1=1367110&r2=1367111&view=diff
==============================================================================
--- labs/yay/trunk/bio/pom.xml (original)
+++ labs/yay/trunk/bio/pom.xml Mon Jul 30 14:56:38 2012
@@ -2,8 +2,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>bio</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <artifactId>yay-bio</artifactId>
     <parent>
         <groupId>org.apache.yay</groupId>
         <artifactId>parent</artifactId>

Modified: labs/yay/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/labs/yay/trunk/core/pom.xml?rev=1367111&r1=1367110&r2=1367111&view=diff
==============================================================================
--- labs/yay/trunk/core/pom.xml (original)
+++ labs/yay/trunk/core/pom.xml Mon Jul 30 14:56:38 2012
@@ -2,8 +2,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>core</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <artifactId>yay-core</artifactId>
     <parent>
         <groupId>org.apache.yay</groupId>
         <artifactId>parent</artifactId>

Modified: labs/yay/trunk/pom.xml
URL: http://svn.apache.org/viewvc/labs/yay/trunk/pom.xml?rev=1367111&r1=1367110&r2=1367111&view=diff
==============================================================================
--- labs/yay/trunk/pom.xml (original)
+++ labs/yay/trunk/pom.xml Mon Jul 30 14:56:38 2012
@@ -3,7 +3,7 @@
         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.yay</groupId>
-  <artifactId>parent</artifactId>
+  <artifactId>yay-parent</artifactId>
   <packaging>pom</packaging>
   <version>0.1-SNAPSHOT</version>
   <name>Yay parent</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org