Author: wsmoak Date: Wed Jan 24 09:42:15 2007 New Revision: 499497 URL: http://svn.apache.org/viewvc?view=rev&rev=499497 Log: [maven-release-plugin] prepare release STRUTS_ANNOTATIONS_1_0_0
Modified: struts/maven/trunk/struts-annotations/pom.xml Modified: struts/maven/trunk/struts-annotations/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/pom.xml?view=diff&rev=499497&r1=499496&r2=499497 ============================================================================== --- struts/maven/trunk/struts-annotations/pom.xml (original) +++ struts/maven/trunk/struts-annotations/pom.xml Wed Jan 24 09:42:15 2007 @@ -1,136 +1,135 @@ -<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"> - - <parent> - <groupId>org.apache.struts</groupId> - <artifactId>struts-master</artifactId> - <version>4</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.struts</groupId> - <artifactId>struts-annotations</artifactId> - <version>1.0-SNAPSHOT</version> - <packaging>jar</packaging> - <name>Struts Annotations</name> - <url>http://struts.apache.org</url> - <description> - struts-annotations adds apt generation support for struts based annotated projetcs, - such as TLD and documentation generation from annotated component classes as used in struts2 - </description> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/</url> - </scm> - - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/struts/maven/tags</tagBase> - </configuration> - </plugin> - </plugins> - </build> - - <profiles> - <profile> - <id>default-tools.jar</id> - <activation> - <property> - <name>java.vendor</name> - <value>Sun Microsystems Inc.</value> - </property> - </activation> - <dependencies> - <dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.5.0</version> - <scope>system</scope> - <systemPath>${java.home}/../lib/tools.jar</systemPath> - </dependency> - </dependencies> - </profile> - <profile> - <id>release</id> - <activation> - <property> - <name>release</name> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>attach-javadoc</id> - <goals><goal>jar</goal></goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-source</id> - <goals><goal>jar</goal></goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - - <distributionManagement> - <site> - <id>apache-site</id> - <url>scp://people.apache.org/www/struts.apache.org/2.x/</url> - </site> - </distributionManagement> - - <dependencies> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>2.3.4</version> - </dependency> - </dependencies> -</project> +<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"> + + <parent> + <groupId>org.apache.struts</groupId> + <artifactId>struts-master</artifactId> + <version>4</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-annotations</artifactId> + <version>1.0.0</version> + <packaging>jar</packaging> + <name>Struts Annotations</name> + <url>http://struts.apache.org</url> + <description> + struts-annotations adds apt generation support for struts based annotated projetcs, + such as TLD and documentation generation from annotated component classes as used in struts2 + </description> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/STRUTS_ANNOTATIONS_1_0_0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/STRUTS_ANNOTATIONS_1_0_0</developerConnection> + <url>https://svn.apache.org/repos/asf/struts/maven/tags/STRUTS_ANNOTATIONS_1_0_0</url> + </scm> + + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/struts/maven/tags</tagBase> + </configuration> + </plugin> + </plugins> + </build> + + <profiles> + <profile> + <id>default-tools.jar</id> + <activation> + <property> + <name>java.vendor</name> + <value>Sun Microsystems Inc.</value> + </property> + </activation> + <dependencies> + <dependency> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + <version>1.5.0</version> + <scope>system</scope> + <systemPath>${java.home}/../lib/tools.jar</systemPath> + </dependency> + </dependencies> + </profile> + <profile> + <id>release</id> + <activation> + <property> + <name>release</name> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <executions> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>attach-javadoc</id> + <goals><goal>jar</goal></goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-source</id> + <goals><goal>jar</goal></goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + + <distributionManagement> + <site> + <id>apache-site</id> + <url>scp://people.apache.org/www/struts.apache.org/2.x/</url> + </site> + </distributionManagement> + + <dependencies> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.4</version> + </dependency> + </dependencies> +</project> \ No newline at end of file