Commit in projects/lcsim/trunk on MAIN
parent/pom.xml-292920 -> 2921
site-parent/pom.xml+33-42920 -> 2921
+33-33
2 modified files
move versions plugin to site-parent where lcsimVersion is defined

projects/lcsim/trunk/parent
pom.xml 2920 -> 2921
--- projects/lcsim/trunk/parent/pom.xml	2014-01-25 05:14:07 UTC (rev 2920)
+++ projects/lcsim/trunk/parent/pom.xml	2014-01-25 05:19:16 UTC (rev 2921)
@@ -96,35 +96,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>versions-maven-plugin</artifactId>
-                <version>2.1</version>
-                <executions>
-                    <execution>
-                        <id>update-properties</id>
-                        <goals>
-                            <goal>update-properties</goal>
-                        </goals>
-                        <phase>process-resources</phase>
-                    </execution>
-                </executions>
-                <configuration>
-                    <generateBackupPoms>false</generateBackupPoms>
-                    <allowSnapshots>true</allowSnapshots>
-                    <properties>
-                        <property>
-                            <name>org.lcsim.version</name>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>org.lcsim</groupId>
-                                    <artifactId>lcsim-parent</artifactId>
-                                </dependency>
-                            </dependencies>
-                        </property>
-                    </properties>
-                </configuration>
-            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>

projects/lcsim/trunk/site-parent
pom.xml 2920 -> 2921
--- projects/lcsim/trunk/site-parent/pom.xml	2014-01-25 05:14:07 UTC (rev 2920)
+++ projects/lcsim/trunk/site-parent/pom.xml	2014-01-25 05:19:16 UTC (rev 2921)
@@ -31,7 +31,7 @@
             <name>LCSIM Snapshots maven repository</name>
             <url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-snapshot/</url>
         </snapshotRepository>
-    </distributionManagement>    
+    </distributionManagement>
     <developers>
         <developer>
             <name>Jeremy McCormick</name>
@@ -211,9 +211,38 @@
                     <skipDeploy>true</skipDeploy>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.1</version>
+                <executions>
+                    <execution>
+                        <id>update-properties</id>
+                        <goals>
+                            <goal>update-properties</goal>
+                        </goals>
+                        <phase>process-resources</phase>
+                    </execution>
+                </executions>
+                <configuration>
+                    <generateBackupPoms>false</generateBackupPoms>
+                    <allowSnapshots>true</allowSnapshots>
+                    <properties>
+                        <property>
+                            <name>org.lcsim.version</name>
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.lcsim</groupId>
+                                    <artifactId>lcsim-site-parent</artifactId>
+                                </dependency>
+                            </dependencies>
+                        </property>
+                    </properties>
+                </configuration>
+            </plugin>
         </plugins>
         <pluginManagement>
-            <plugins>     
+            <plugins>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-scm-plugin</artifactId>
@@ -221,7 +250,7 @@
                     <configuration>
                         <connectionType>connection</connectionType>
                     </configuration>
-                </plugin>           
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
@@ -229,7 +258,7 @@
                     <configuration>
                         <tagBase>svn://svn.freehep.org/lcdet/projects/lcsim/tags</tagBase>
                     </configuration>
-                </plugin>                 
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1