Print

Print


Commit in java/trunk on MAIN
conditions/pom.xml+1-1157 -> 158
distribution/pom.xml+1-1157 -> 158
et/pom.xml+1-1157 -> 158
jevio/pom.xml+1-1157 -> 158
parent/pom.xml+15-1157 -> 158
pom.xml+1-1157 -> 158
users/pom.xml+1-1157 -> 158
+21-7
7 modified files
minor changes and cleanup to pom files

java/trunk/conditions
pom.xml 157 -> 158
--- java/trunk/conditions/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/conditions/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>hps-conditions</artifactId>
     <name>conditions</name>
-    <description>conditions framework</description>
+    <description>HPS conditions framework</description>
     
     <parent>
         <groupId>org.hps</groupId>

java/trunk/distribution
pom.xml 157 -> 158
--- java/trunk/distribution/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/distribution/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>hps-distribution</artifactId>
     <name>distribution</name>
-    <description>HPS runnable jar distribution and JAS plugin installation</description>
+    <description>runnable jar distribution and JAS plugin configuration</description>
     <properties>
         <maven.javadoc.skip>true</maven.javadoc.skip>
     </properties>

java/trunk/et
pom.xml 157 -> 158
--- java/trunk/et/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/et/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -5,7 +5,7 @@
     <artifactId>hps-et</artifactId>
     <name>et</name>
     <version>12.5-SNAPSHOT</version>
-    <description>Event Transfer (ET) system project copied from JLab's et-12.0 release</description>
+    <description>Event Transfer (ET) system project copied from JLab's et 12.0 release</description>
     
     <parent>
         <groupId>org.hps</groupId>

java/trunk/jevio
pom.xml 157 -> 158
--- java/trunk/jevio/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/jevio/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -5,7 +5,7 @@
     <artifactId>hps-jevio</artifactId>
     <name>jevio</name>
     <version>4.6-SNAPSHOT</version>
-    <description>Java version of EVIO event data model; imported from JLAB distribution</description>
+    <description>Java version of the EVIO API imported from the JLab distribution</description>
     
     <parent>
         <groupId>org.hps</groupId>

java/trunk/parent
pom.xml 157 -> 158
--- java/trunk/parent/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/parent/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
     <prerequisites>
         <maven>3.0</maven>
     </prerequisites>
@@ -10,16 +11,19 @@
     <packaging>pom</packaging>
     <version>3.0-SNAPSHOT</version>
     <name>parent</name>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
         <lcsimVersion>3.0.2</lcsimVersion>
     </properties>
+
     <scm>
         <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/</url>
         <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/</connection>
         <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/</developerConnection>
     </scm>
+
     <repositories>
         <repository>
             <id>freehep-repo-public</id>
@@ -43,6 +47,7 @@
             </releases>
         </repository>
     </repositories>
+
     <pluginRepositories>
         <pluginRepository>
             <id>freehep-maven-plugin-repo</id>
@@ -50,6 +55,7 @@
             <url>http://srs.slac.stanford.edu/nexus/content/groups/freehep-maven2-public/</url>
         </pluginRepository>
     </pluginRepositories>
+
     <distributionManagement>
         <repository>
             <id>lcsim-repo-releases</id>
@@ -62,6 +68,7 @@
             <url>http://srs.slac.stanford.edu/nexus/content/repositories/lcsim-maven2-snapshot/</url>
         </snapshotRepository>
     </distributionManagement>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -69,6 +76,7 @@
             <version>3.8.2</version>
         </dependency>
     </dependencies>
+
     <!-- DO NOT EDIT THESE DEPENDENCY VERSIONS MANUALLY. -->
     <dependencyManagement>
         <dependencies>
@@ -124,6 +132,7 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
     <reporting>
         <plugins>
             <plugin>
@@ -174,6 +183,7 @@
             </plugin>
         </plugins>
     </reporting>
+
     <build>
         <defaultGoal>install</defaultGoal>
         <extensions>
@@ -261,6 +271,7 @@
             </plugin>
         </plugins>
     </build>
+
     <developers>
         <developer>
             <name>Jeremy McCormick</name>
@@ -315,6 +326,7 @@
             <timezone>-8</timezone>
         </developer>
     </developers>
+
     <mailingLists>
         <mailingList>
             <name>hps-software</name>
@@ -324,8 +336,10 @@
             <archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=HPS-SOFTWARE</archive>
         </mailingList>
     </mailingLists>
+
     <issueManagement>
         <system>JIRA</system>
         <url>https://jira.slac.stanford.edu/browse/HPSJAVA/</url>
     </issueManagement>
-</project>
\ No newline at end of file
+
+</project>

java/trunk
pom.xml 157 -> 158
--- java/trunk/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.hps</groupId>
     <artifactId>hps-modules</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modules</name>
     <description>HPS module build</description>

java/trunk/users
pom.xml 157 -> 158
--- java/trunk/users/pom.xml	2014-02-06 01:35:02 UTC (rev 157)
+++ java/trunk/users/pom.xml	2014-02-06 01:35:45 UTC (rev 158)
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>hps-users</artifactId>
     <name>users</name>
-    <description>HPS user code packages</description>
+    <description>user code packages</description>
     
     <parent>
         <groupId>org.hps</groupId>
SVNspam 0.1