Author: jochen
Date: Wed Aug 8 15:18:37 2007
New Revision: 564033
URL: http://svn.apache.org/viewvc?view=rev&rev=564033
Log:
Release 1.0.2 for XML-RPC 3.1
Modified:
webservices/commons/trunk/modules/util/pom.xml
webservices/commons/trunk/modules/util/src/changes/changes.xml
Modified: webservices/commons/trunk/modules/util/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?view=diff&rev=564033&r1=564032&r2=564033
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Wed Aug 8 15:18:37 2007
@@ -4,7 +4,7 @@
<groupId>org.apache.ws.commons.util</groupId>
<artifactId>ws-commons-util</artifactId>
<name>Apache WebServices Common Utilities</name>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
<description>
This is a small collection of utility classes, that allow high
performance XML
processing based on SAX. Basically, it is assumed, that you are using an
JAXP
@@ -151,5 +151,52 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>ws-commons-util-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <configuration>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </configuration>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-source-jar</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-javadoc-jar</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <source>${maven.compile.source}</source>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
Modified: webservices/commons/trunk/modules/util/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/src/changes/changes.xml?view=diff&rev=564033&r1=564032&r2=564033
==============================================================================
--- webservices/commons/trunk/modules/util/src/changes/changes.xml (original)
+++ webservices/commons/trunk/modules/util/src/changes/changes.xml Wed Aug 8
15:18:37 2007
@@ -3,7 +3,7 @@
<title>Changes in WS Commons Util</title>
</properties>
<body>
- <release version="1.0.2" date="Not yet released">
+ <release version="1.0.2" date="2007-Aug-31">
<action dev="jochen" type="fix">
A "newDecoder" method in the Base64 class wasn't static.
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]