Thread: [ccxjc-svn] SF.net SVN: ccxjc:[5] trunk/pom.xml
Brought to you by:
chanscte,
schulte2005
From: <sch...@us...> - 2009-05-02 02:22:13
|
Revision: 5 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=5&view=rev Author: schulte2005 Date: 2009-05-02 01:52:32 +0000 (Sat, 02 May 2009) Log Message: ----------- [maven-release-manager] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 01:52:24 UTC (rev 4) +++ trunk/pom.xml 2009-05-02 01:52:32 UTC (rev 5) @@ -4,7 +4,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-1</version> + <version>1.0-beta-2-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -49,9 +49,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 02:22:15
|
Revision: 3 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=3&view=rev Author: schulte2005 Date: 2009-05-02 01:52:09 +0000 (Sat, 02 May 2009) Log Message: ----------- [maven-release-manager] prepare release cc-xjc-plugin-1.0-beta-1 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 01:37:12 UTC (rev 2) +++ trunk/pom.xml 2009-05-02 01:52:09 UTC (rev 3) @@ -1,44 +1,10 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - Copyright (c) 2009 The CC-XJC Project. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - THIS SOFTWARE IS PROVIDED BY THE CC-XJC PROJECT AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CC-XJC PROJECT OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; - OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - $Id$ - ---> -<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"> +<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"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.ccxjc</groupId> <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-1-SNAPSHOT</version> + <version>1.0-beta-1</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -83,9 +49,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-1</url> </scm> <build> <resources> @@ -415,11 +381,7 @@ </goals> <configuration> <tasks> - <sshexec host="shell.sourceforge.net" - username="${ccxjc.ssh.username},ccxjc" - password="${ccxjc.ssh.password}" - command="create" - timeout="300000"/> + <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="create" timeout="300000" /> </tasks> </configuration> @@ -434,4 +396,4 @@ <jaxbApiVersion>2.0</jaxbApiVersion> <jaxbImplVersion>2.0.5</jaxbImplVersion> </properties> -</project> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 04:20:50
|
Revision: 12 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=12&view=rev Author: schulte2005 Date: 2009-05-02 04:20:49 +0000 (Sat, 02 May 2009) Log Message: ----------- [maven-release-manager] prepare release cc-xjc-plugin-1.0-beta-2 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 04:18:50 UTC (rev 11) +++ trunk/pom.xml 2009-05-02 04:20:49 UTC (rev 12) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-2-SNAPSHOT</version> + <version>1.0-beta-2</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 04:21:11
|
Revision: 14 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=14&view=rev Author: schulte2005 Date: 2009-05-02 04:21:10 +0000 (Sat, 02 May 2009) Log Message: ----------- [maven-release-manager] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 04:21:03 UTC (rev 13) +++ trunk/pom.xml 2009-05-02 04:21:10 UTC (rev 14) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-2</version> + <version>1.0-beta-3-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-2</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 04:48:52
|
Revision: 15 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=15&view=rev Author: schulte2005 Date: 2009-05-02 04:48:50 +0000 (Sat, 02 May 2009) Log Message: ----------- o Updated sourceforge-shell profile to shutdown the shell after deployment. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 04:21:10 UTC (rev 14) +++ trunk/pom.xml 2009-05-02 04:48:50 UTC (rev 15) @@ -388,7 +388,7 @@ </distributionManagement> <profiles> <profile> - <id>create-sourceforge-shell</id> + <id>sourceforge-shell</id> <activation> <activeByDefault>false</activeByDefault> </activation> @@ -419,6 +419,19 @@ </tasks> </configuration> </execution> + <execution> + <id>shutdown-sourceforge-shell</id> + <phase>deploy</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> + + </tasks> + </configuration> + </execution> </executions> </plugin> </plugins> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 07:18:21
|
Revision: 19 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=19&view=rev Author: schulte2005 Date: 2009-05-02 07:18:19 +0000 (Sat, 02 May 2009) Log Message: ----------- o Updated sourceforge-shell profile to sleep for 1 minute waiting for shutodwn of shell. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 07:06:19 UTC (rev 18) +++ trunk/pom.xml 2009-05-02 07:18:19 UTC (rev 19) @@ -415,7 +415,6 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="create" timeout="300000" /> - </tasks> </configuration> </execution> @@ -428,7 +427,6 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="create" timeout="300000" /> - </tasks> </configuration> </execution> @@ -441,7 +439,8 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> - + <echo message="Sleeping for 1 minute waiting for shutdown of shell."/> + <sleep minutes="1"/> </tasks> </configuration> </execution> @@ -454,7 +453,8 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> - + <echo message="Sleeping for 1 minute waiting for shutdown of shell."/> + <sleep minutes="1"/> </tasks> </configuration> </execution> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-04 16:08:56
|
Revision: 23 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=23&view=rev Author: schulte2005 Date: 2009-05-04 16:08:54 +0000 (Mon, 04 May 2009) Log Message: ----------- [maven-release-manager] prepare release cc-xjc-plugin-1.0-beta-3 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-04 15:46:55 UTC (rev 22) +++ trunk/pom.xml 2009-05-04 16:08:54 UTC (rev 23) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-3-SNAPSHOT</version> + <version>1.0-beta-3</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</url> </scm> <build> <resources> @@ -439,8 +439,8 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> - <echo message="Sleeping for 1 minute waiting for shutdown of shell."/> - <sleep minutes="1"/> + <echo message="Sleeping for 1 minute waiting for shutdown of shell." /> + <sleep minutes="1" /> </tasks> </configuration> </execution> @@ -453,8 +453,8 @@ <configuration> <tasks> <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> - <echo message="Sleeping for 1 minute waiting for shutdown of shell."/> - <sleep minutes="1"/> + <echo message="Sleeping for 1 minute waiting for shutdown of shell." /> + <sleep minutes="1" /> </tasks> </configuration> </execution> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-04 16:09:30
|
Revision: 25 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=25&view=rev Author: schulte2005 Date: 2009-05-04 16:09:22 +0000 (Mon, 04 May 2009) Log Message: ----------- [maven-release-manager] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-04 16:09:16 UTC (rev 24) +++ trunk/pom.xml 2009-05-04 16:09:22 UTC (rev 25) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-3</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-07 04:08:43
|
Revision: 27 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=27&view=rev Author: schulte2005 Date: 2009-05-07 04:08:32 +0000 (Thu, 07 May 2009) Log Message: ----------- [maven-release-manager] prepare release cc-xjc-plugin-1.0-beta-4 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-07 01:42:33 UTC (rev 26) +++ trunk/pom.xml 2009-05-07 04:08:32 UTC (rev 27) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-4-SNAPSHOT</version> + <version>1.0-beta-4</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-07 04:09:46
|
Revision: 29 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=29&view=rev Author: schulte2005 Date: 2009-05-07 04:09:30 +0000 (Thu, 07 May 2009) Log Message: ----------- [maven-release-manager] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-07 04:09:12 UTC (rev 28) +++ trunk/pom.xml 2009-05-07 04:09:30 UTC (rev 29) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-4</version> + <version>1.0-beta-5-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-4</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-06-23 12:04:54
|
Revision: 36 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=36&view=rev Author: schulte2005 Date: 2009-06-23 12:04:38 +0000 (Tue, 23 Jun 2009) Log Message: ----------- o Added Maven-Version attribute to MANIFEST.MF files. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-07 09:50:43 UTC (rev 35) +++ trunk/pom.xml 2009-06-23 12:04:38 UTC (rev 36) @@ -168,6 +168,7 @@ <compress>true</compress> <manifestEntries> <Build-Date>${buildNumber}</Build-Date> + <Maven-Version>${maven.version}</Maven-Version> </manifestEntries> </archive> </configuration> @@ -220,6 +221,7 @@ <compress>true</compress> <manifestEntries> <Build-Date>${buildNumber}</Build-Date> + <Maven-Version>${maven.version}</Maven-Version> </manifestEntries> </archive> </configuration> @@ -234,6 +236,7 @@ <compress>true</compress> <manifestEntries> <Build-Date>${buildNumber}</Build-Date> + <Maven-Version>${maven.version}</Maven-Version> </manifestEntries> </archive> </configuration> @@ -268,6 +271,18 @@ <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> + <plugin> + <artifactId>build-helper-maven-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <version>1.3</version> + <executions> + <execution> + <goals> + <goal>maven-version</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> <plugins> @@ -276,6 +291,10 @@ <groupId>org.codehaus.mojo</groupId> </plugin> <plugin> + <artifactId>build-helper-maven-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + </plugin> + <plugin> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-maven-plugin</artifactId> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-06-26 20:38:50
|
Revision: 42 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=42&view=rev Author: schulte2005 Date: 2009-06-26 20:38:40 +0000 (Fri, 26 Jun 2009) Log Message: ----------- [maven-release-manager] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-06-26 20:38:32 UTC (rev 41) +++ trunk/pom.xml 2009-06-26 20:38:40 UTC (rev 42) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-5</version> + <version>1.0-beta-6-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-07-11 03:23:26
|
Revision: 44 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=44&view=rev Author: schulte2005 Date: 2009-07-11 03:23:23 +0000 (Sat, 11 Jul 2009) Log Message: ----------- o Plugin updates. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-07-11 03:08:05 UTC (rev 43) +++ trunk/pom.xml 2009-07-11 03:23:23 UTC (rev 44) @@ -133,7 +133,7 @@ <plugin> <artifactId>buildnumber-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> - <version>1.0-beta-2</version> + <version>1.0-beta-3</version> <executions> <execution> <id>create-buildnumber</id> @@ -195,7 +195,7 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-3</version> + <version>2.2-beta-4</version> <executions> <execution> <id>bin</id> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-07-26 04:52:39
|
Revision: 46 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=46&view=rev Author: schulte2005 Date: 2009-07-26 04:52:29 +0000 (Sun, 26 Jul 2009) Log Message: ----------- o Plugin updates. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-07-26 04:51:49 UTC (rev 45) +++ trunk/pom.xml 2009-07-26 04:52:29 UTC (rev 46) @@ -116,7 +116,7 @@ </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.0</version> + <version>2.0.1</version> <configuration> <inputEncoding>UTF-8</inputEncoding> <outputEncoding>UTF-8</outputEncoding> @@ -274,7 +274,7 @@ <plugin> <artifactId>build-helper-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> - <version>1.3</version> + <version>1.4</version> <executions> <execution> <goals> @@ -310,7 +310,6 @@ <configuration> <tasks> <copy file="${project.build.directory}/generated-site/xhtml/cc-xjc/cc-xjc.xhtml" tofile="${project.build.outputDirectory}/META-INF/README.html" /> - </tasks> </configuration> </execution> @@ -325,7 +324,7 @@ <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> </plugin> <plugin> <artifactId>maven-changes-plugin</artifactId> @@ -368,7 +367,7 @@ </dependencies> <repositories> <repository> - <id>maven1-repository.dev.java.net</id> + <id>http://download.java.net/maven/1</id> <url>http://download.java.net/maven/1</url> <layout>legacy</layout> <releases> @@ -379,7 +378,7 @@ </snapshots> </repository> <repository> - <id>maven2-repository.dev.java.net</id> + <id>http://download.java.net/maven/2</id> <url>http://download.java.net/maven/2</url> <releases> <enabled>true</enabled> @@ -391,7 +390,7 @@ </repositories> <pluginRepositories> <pluginRepository> - <id>maven1-repository.dev.java.net</id> + <id>http://download.java.net/maven/1</id> <url>http://download.java.net/maven/1</url> <layout>legacy</layout> <releases> @@ -402,7 +401,7 @@ </snapshots> </pluginRepository> <pluginRepository> - <id>maven2-repository.dev.java.net</id> + <id>http://download.java.net/maven/2</id> <url>http://download.java.net/maven/2</url> <releases> <enabled>true</enabled> @@ -414,17 +413,17 @@ </pluginRepositories> <distributionManagement> <repository> - <id>ccxjc-releases</id> + <id>http://ccxjc.sourceforge.net/maven2/releases</id> <name>CC-XJC Release Repository</name> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs/maven2/releases</url> </repository> <snapshotRepository> - <id>ccxjc-snapshots</id> + <id>http://ccxjc.sourceforge.net/maven2/snapshots</id> <name>CC-XJC Snapshot Repository</name> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs/maven2/snapshots</url> </snapshotRepository> <site> - <id>ccxjc-site</id> + <id>http://ccxjc.sourceforge.net</id> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs</url> </site> </distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-07-26 05:33:16
|
Revision: 49 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=49&view=rev Author: schulte2005 Date: 2009-07-26 05:33:07 +0000 (Sun, 26 Jul 2009) Log Message: ----------- [maven-release-plugin] prepare release cc-xjc-plugin-1.0-beta-6 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-07-26 05:28:20 UTC (rev 48) +++ trunk/pom.xml 2009-07-26 05:33:07 UTC (rev 49) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-6-SNAPSHOT</version> + <version>1.0-beta-6</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-07-26 05:33:44
|
Revision: 51 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=51&view=rev Author: schulte2005 Date: 2009-07-26 05:33:33 +0000 (Sun, 26 Jul 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-07-26 05:33:27 UTC (rev 50) +++ trunk/pom.xml 2009-07-26 05:33:33 UTC (rev 51) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-6</version> + <version>1.0-beta-7-SNAPSHOT</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-6</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> </scm> <build> <resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-08-16 05:50:12
|
Revision: 59 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=59&view=rev Author: schulte2005 Date: 2009-08-16 05:50:05 +0000 (Sun, 16 Aug 2009) Log Message: ----------- o Added enforcer plugin to enforce the setting of properties project.build.sourceEncoding and project.reporting.outputDirectory Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 03:03:45 UTC (rev 58) +++ trunk/pom.xml 2009-08-16 05:50:05 UTC (rev 59) @@ -206,6 +206,7 @@ <Maven-Version>${maven.version}</Maven-Version> </manifestEntries> </archive> + <additionalJOption>-J-Xmx1024m</additionalJOption> </configuration> </plugin> <plugin> @@ -253,10 +254,40 @@ </dependency> </dependencies> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.0-beta-1</version> + <executions> + <execution> + <id>enforce</id> + <goals> + <goal>enforce</goal> + </goals> + <configuration> + <rules> + <requireProperty> + <property>project.build.sourceEncoding</property> + <message>Must set 'project.build.sourceEncoding'.</message> + </requireProperty> + <requireProperty> + <property>project.reporting.outputEncoding</property> + <message>Must set 'project.reporting.outputEncoding'.</message> + </requireProperty> + </rules> + <fail>true</fail> + </configuration> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + </plugin> + <plugin> <artifactId>buildnumber-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> <executions> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-08-16 10:50:26
|
Revision: 60 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=60&view=rev Author: schulte2005 Date: 2009-08-16 10:04:28 +0000 (Sun, 16 Aug 2009) Log Message: ----------- o Added a release profile to stop creating javadoc artifacts during release. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 05:50:05 UTC (rev 59) +++ trunk/pom.xml 2009-08-16 10:04:28 UTC (rev 60) @@ -129,6 +129,8 @@ <configuration> <tagBase>https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags</tagBase> <preparationGoals>clean install</preparationGoals> + <useReleaseProfile>false</useReleaseProfile> + <releaseProfiles>ccxjc-release</releaseProfiles> </configuration> </plugin> <plugin> @@ -480,4 +482,37 @@ <module>cc-xjc-it</module> <module>cc-xjc-dist</module> </modules> + <profiles> + <profile> + <id>ccxjc-release</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <build> + <plugins> + <plugin> + <inherited>true</inherited> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <inherited>true</inherited> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <updateReleaseInfo>true</updateReleaseInfo> + </configuration> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-11-15 21:18:10
|
Revision: 105 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=105&view=rev Author: schulte2005 Date: 2009-11-15 21:18:02 +0000 (Sun, 15 Nov 2009) Log Message: ----------- o Updated distribution management. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-15 21:15:30 UTC (rev 104) +++ trunk/pom.xml 2009-11-15 21:18:02 UTC (rev 105) @@ -342,17 +342,17 @@ </reporting> <distributionManagement> <repository> - <id>http://ccxjc.sourceforge.net/maven2/releases</id> + <id>repository.ccxjc.sourceforge.net</id> <name>CC-XJC Release Repository</name> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs/maven2/releases</url> </repository> <snapshotRepository> - <id>http://ccxjc.sourceforge.net/maven2/snapshots</id> + <id>snapshots.ccxjc.sourceforge.net</id> <name>CC-XJC Snapshot Repository</name> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs/maven2/snapshots</url> </snapshotRepository> <site> - <id>http://ccxjc.sourceforge.net</id> + <id>ccxjc.sourceforge.net</id> <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs</url> </site> </distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-11-15 21:22:20
|
Revision: 106 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=106&view=rev Author: schulte2005 Date: 2009-11-15 21:22:10 +0000 (Sun, 15 Nov 2009) Log Message: ----------- o Plugin updates. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-15 21:18:02 UTC (rev 105) +++ trunk/pom.xml 2009-11-15 21:22:10 UTC (rev 106) @@ -93,7 +93,7 @@ <source>1.5</source> <target>1.5</target> <debug>true</debug> - <encoding>UTF-8</encoding> + <encoding>${project.build.sourceEncoding}</encoding> <optimize>true</optimize> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> @@ -104,17 +104,18 @@ <artifactId>maven-site-plugin</artifactId> <version>2.0.1</version> <configuration> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> <locales>en</locales> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.3</version> + <version>2.4.1</version> <configuration> - <encoding>UTF-8</encoding> + <delimiters> + <delimiter>${*}</delimiter> + </delimiters> + <useDefaultDelimiters>false</useDefaultDelimiters> </configuration> </plugin> <plugin> @@ -181,7 +182,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.1</version> + <version>2.1.1</version> <configuration> <archive> <index>true</index> @@ -197,7 +198,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.6</version> + <version>2.6.1</version> <configuration> <archive> <index>true</index> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2011-03-11 03:24:52
|
Revision: 135 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=135&view=rev Author: schulte2005 Date: 2011-03-11 03:24:46 +0000 (Fri, 11 Mar 2011) Log Message: ----------- o Updated site distribution URL. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-03-11 03:21:35 UTC (rev 134) +++ trunk/pom.xml 2011-03-11 03:24:46 UTC (rev 135) @@ -399,7 +399,7 @@ <site> <id>ccxjc.sourceforge.net</id> <name>CC-XJC Site</name> - <url>scp://shell.sourceforge.net/home/groups/c/cc/ccxjc/htdocs</url> + <url>scp://shell.sourceforge.net/home/project-web/ccxjc/htdocs</url> </site> </distributionManagement> <profiles> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2011-04-22 22:24:02
|
Revision: 139 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=139&view=rev Author: schulte2005 Date: 2011-04-22 22:23:56 +0000 (Fri, 22 Apr 2011) Log Message: ----------- o Plugin updates. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-03-11 03:30:26 UTC (rev 138) +++ trunk/pom.xml 2011-04-22 22:23:56 UTC (rev 139) @@ -272,12 +272,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> - <version>1.1</version> + <version>1.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.0-beta-4</version> + <version>1.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -475,6 +475,6 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <surefire.version>2.7.2</surefire.version> + <surefire.version>2.8.1</surefire.version> </properties> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2011-09-16 18:14:21
|
Revision: 143 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=143&view=rev Author: schulte2005 Date: 2011-09-16 18:14:15 +0000 (Fri, 16 Sep 2011) Log Message: ----------- o Updated 'maven-release-plugin' configuration. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-16 17:58:40 UTC (rev 142) +++ trunk/pom.xml 2011-09-16 18:14:15 UTC (rev 143) @@ -129,7 +129,6 @@ <configuration> <remoteTagging>false</remoteTagging> <suppressCommitBeforeTag>true</suppressCommitBeforeTag> - <useEditMode>true</useEditMode> <goals>deploy</goals> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>ccxjc-release</releaseProfiles> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-05-02 05:34:09
|
Revision: 16 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=16&view=rev Author: schulte2005 Date: 2009-05-02 05:34:08 +0000 (Sat, 02 May 2009) Log Message: ----------- o Updated sourceforge-shell profile to also bind to the site lifecycle. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-02 04:48:50 UTC (rev 15) +++ trunk/pom.xml 2009-05-02 05:34:08 UTC (rev 16) @@ -420,6 +420,19 @@ </configuration> </execution> <execution> + <id>create-sourceforge-shell-site</id> + <phase>pre-site</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="create" timeout="300000" /> + + </tasks> + </configuration> + </execution> + <execution> <id>shutdown-sourceforge-shell</id> <phase>deploy</phase> <goals> @@ -432,6 +445,19 @@ </tasks> </configuration> </execution> + <execution> + <id>shutdown-sourceforge-shell-site</id> + <phase>site-deploy</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <sshexec host="shell.sourceforge.net" username="${ccxjc.ssh.username},ccxjc" password="${ccxjc.ssh.password}" command="shutdown" timeout="300000" /> + + </tasks> + </configuration> + </execution> </executions> </plugin> </plugins> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sch...@us...> - 2009-06-26 20:38:13
|
Revision: 40 http://ccxjc.svn.sourceforge.net/ccxjc/?rev=40&view=rev Author: schulte2005 Date: 2009-06-26 20:38:11 +0000 (Fri, 26 Jun 2009) Log Message: ----------- [maven-release-manager] prepare release cc-xjc-plugin-1.0-beta-5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-06-26 05:19:03 UTC (rev 39) +++ trunk/pom.xml 2009-06-26 20:38:11 UTC (rev 40) @@ -36,7 +36,7 @@ <artifactId>cc-xjc-plugin</artifactId> <packaging>jar</packaging> <name>CC-XJC</name> - <version>1.0-beta-5-SNAPSHOT</version> + <version>1.0-beta-5</version> <description><![CDATA[ JAXB 2.0 Schema to Java compiler plugin for adding a copy constructor to schema derived classes.]]> @@ -81,9 +81,9 @@ </mailingList> </mailingLists> <scm> - <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</connection> - <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/trunk</developerConnection> - <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/trunk</url> + <connection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</connection> + <developerConnection>scm:svn:https://ccxjc.svn.sourceforge.net/svnroot/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</developerConnection> + <url>http://ccxjc.svn.sourceforge.net/viewvc/ccxjc/tags/cc-xjc-plugin-1.0-beta-5</url> </scm> <build> <resources> @@ -309,8 +309,7 @@ </goals> <configuration> <tasks> - <copy file="${project.build.directory}/generated-site/xhtml/cc-xjc/cc-xjc.xhtml" - tofile="${project.build.outputDirectory}/META-INF/README.html"/> + <copy file="${project.build.directory}/generated-site/xhtml/cc-xjc/cc-xjc.xhtml" tofile="${project.build.outputDirectory}/META-INF/README.html" /> </tasks> </configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |