You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/10/15 02:35:56 UTC

svn commit: r1022786 - in /openjpa/branches/1.3.x: openjpa-examples/pom.xml pom.xml

Author: dwoods
Date: Fri Oct 15 00:35:55 2010
New Revision: 1022786

URL: http://svn.apache.org/viewvc?rev=1022786&view=rev
Log:
OPENJPA-1833 Add build date/time and copyright to docs

Modified:
    openjpa/branches/1.3.x/openjpa-examples/pom.xml
    openjpa/branches/1.3.x/pom.xml

Modified: openjpa/branches/1.3.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-examples/pom.xml?rev=1022786&r1=1022785&r2=1022786&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-examples/pom.xml Fri Oct 15 00:35:55 2010
@@ -71,15 +71,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <phase>none</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: openjpa/branches/1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/pom.xml?rev=1022786&r1=1022785&r2=1022786&view=diff
==============================================================================
--- openjpa/branches/1.3.x/pom.xml (original)
+++ openjpa/branches/1.3.x/pom.xml Fri Oct 15 00:35:55 2010
@@ -605,6 +605,7 @@
                                     </manifest>
                                     <manifestEntries>
                                         <Implementation-Build>${buildNumber}</Implementation-Build>
+                                        <Implementation-Date>${timestamp}</Implementation-Date>
                                     </manifestEntries>
                                 </archive>
                             </configuration>