You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2020/10/12 09:31:50 UTC

svn commit: r1882421 - /geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml

Author: jlmonteiro
Date: Mon Oct 12 09:31:50 2020
New Revision: 1882421

URL: http://svn.apache.org/viewvc?rev=1882421&view=rev
Log:
Update reduced pom

Modified:
    geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml

Modified: geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml?rev=1882421&r1=1882420&r2=1882421&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.6_spec/dependency-reduced-pom.xml Mon Oct 12 09:31:50 2020
@@ -4,6 +4,7 @@
     <artifactId>genesis-java7-flava</artifactId>
     <groupId>org.apache.geronimo.genesis</groupId>
     <version>2.4</version>
+    <relativePath>../pom.xml/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.geronimo.specs</groupId>
@@ -167,8 +168,8 @@
     </site>
   </distributionManagement>
   <properties>
-    <geronimo.osgi.resources>src/main/resources/,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt</geronimo.osgi.resources>
-    <geronimo.osgi.private.pkg>org.apache.geronimo.mail*</geronimo.osgi.private.pkg>
     <siteId>specs/${project.artifactId}</siteId>
+    <geronimo.osgi.private.pkg>org.apache.geronimo.mail*</geronimo.osgi.private.pkg>
+    <geronimo.osgi.resources>src/main/resources/,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt</geronimo.osgi.resources>
   </properties>
 </project>