Author: justin
Date: Mon Dec 23 16:27:37 2013
New Revision: 1553143

URL: http://svn.apache.org/r1553143
Log:
pom cleanup

Modified:
    sling/whiteboard/justin/yamf/org.apache.sling.yamf.impl/pom.xml
    sling/whiteboard/justin/yamf/org.apache.sling.yamf.server-side-tests/pom.xml

Modified: sling/whiteboard/justin/yamf/org.apache.sling.yamf.impl/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/whiteboard/justin/yamf/org.apache.sling.yamf.impl/pom.xml?rev=1553143&r1=1553142&r2=1553143&view=diff
==============================================================================
--- sling/whiteboard/justin/yamf/org.apache.sling.yamf.impl/pom.xml (original)
+++ sling/whiteboard/justin/yamf/org.apache.sling.yamf.impl/pom.xml Mon Dec 23 
16:27:37 2013
@@ -28,8 +28,8 @@
     <artifactId>org.apache.sling.yamf.impl</artifactId>
     <packaging>bundle</packaging>
     <version>0.0.1-SNAPSHOT</version>
-    <name>org.apache.sling.yamf.impl</name>
-    <description>org.apache.sling - org.apache.sling.yamf.impl</description>
+    <name>YAMF Implementation</name>
+    <description>Yet Another Model Factory Implementation</description>
     <properties>
         <sling.java.version>6</sling.java.version>
     </properties>
@@ -130,31 +130,4 @@
             <scope>compile</scope>
         </dependency>
     </dependencies>
-    <profiles>
-        <profile>
-            <id>autoInstallBundle</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>maven-sling-plugin</artifactId>
-                        <version>2.0.4-incubator</version>
-                        <executions>
-                            <execution>
-                                <id>install-bundle</id>
-                                <goals>
-                                    <goal>install</goal>
-                                </goals>
-                                <configuration>
-                                    
<slingUrl>http://localhost:8888/system/console</slingUrl>
-                                    <user>admin</user>
-                                    <password>admin</password>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
 </project>

Modified: 
sling/whiteboard/justin/yamf/org.apache.sling.yamf.server-side-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/whiteboard/justin/yamf/org.apache.sling.yamf.server-side-tests/pom.xml?rev=1553143&r1=1553142&r2=1553143&view=diff
==============================================================================
--- 
sling/whiteboard/justin/yamf/org.apache.sling.yamf.server-side-tests/pom.xml 
(original)
+++ 
sling/whiteboard/justin/yamf/org.apache.sling.yamf.server-side-tests/pom.xml 
Mon Dec 23 16:27:37 2013
@@ -20,8 +20,8 @@
     <artifactId>org.apache.sling.yamf.server-side-tests</artifactId>
     <packaging>bundle</packaging>
     <version>0.0.1-SNAPSHOT</version>
-    <name>org.apache.sling.yamf.server-side-tests</name>
-    <description>org.apache.sling - 
org.apache.sling.yamf.server-side-tests</description>
+    <name>YAMF ITs</name>
+    <description>Yet Another Model Factory ITs</description>
     <build>
         <plugins>
             <plugin>
@@ -122,31 +122,4 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-    <profiles>
-        <profile>
-            <id>autoInstallBundle</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>maven-sling-plugin</artifactId>
-                        <version>2.0.4-incubator</version>
-                        <executions>
-                            <execution>
-                                <id>install-bundle</id>
-                                <goals>
-                                    <goal>install</goal>
-                                </goals>
-                                <configuration>
-                                    
<slingUrl>http://localhost:8888/system/console</slingUrl>
-                                    <user>admin</user>
-                                    <password>admin</password>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
 </project>


Reply via email to