[weld-commits] Weld SVN: r5733 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 4 14:06:37 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-04 14:06:37 -0500 (Thu, 04 Feb 2010)
New Revision: 5733

Modified:
   build/trunk/parent/pom.xml
Log:
upgrade nexus plugin

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2010-02-04 18:59:09 UTC (rev 5732)
+++ build/trunk/parent/pom.xml	2010-02-04 19:06:37 UTC (rev 5733)
@@ -155,11 +155,11 @@
                   </dependency>
                </dependencies>
                <configuration>
-                  <sourceDirectory>${pom.basedir}</sourceDirectory>
+                  <sourceDirectory>${project.basedir}</sourceDirectory>
                   <sourceDocumentName>master.xml</sourceDocumentName>
                   <masterTranslation>en-US</masterTranslation>
                   <imageResource>
-                     <directory>${pom.basedir}/en-US</directory>
+                     <directory>${project.basedir}/en-US</directory>
                      <includes>
                         <include>images/*.png</include>
                      </includes>
@@ -322,13 +322,13 @@
                <configuration>
                   <archive>
                      <manifestEntries>
-                        <Implementation-URL>${pom.url}</Implementation-URL>
-                        <Implementation-Title>${pom.name}</Implementation-Title>
+                        <Implementation-URL>${project.url}</Implementation-URL>
+                        <Implementation-Title>${project.name}</Implementation-Title>
                         <Implementation-Version>${parsedVersion.osgiVersion}</Implementation-Version>
-                        <Implementation-Vendor>${pom.organization.name}</Implementation-Vendor>
-                        <Specification-Title>${pom.name}</Specification-Title>
+                        <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+                        <Specification-Title>${project.name}</Specification-Title>
                         <Specification-Version>${parsedVersion.osgiVersion}</Specification-Version>
-                        <Specification-Vendor>${pom.organization.name}</Specification-Vendor>
+                        <Specification-Vendor>${project.organization.name}</Specification-Vendor>
                      </manifestEntries>
                      <manifestSections>
                         <manifestSection>
@@ -429,7 +429,7 @@
             <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-maven-plugin</artifactId>
-               <version>1.3.2</version>
+               <version>1.3.2.1</version>
                <configuration>
                   <nexusUrl>http://oss.sonatype.org</nexusUrl>
                   <serverAuthId>oss.sonatype.org/jboss-staging</serverAuthId>



More information about the weld-commits mailing list