[jboss-cvs] repository.jboss.com/maven2/org/richfaces/richfaces-parent/3.0.0 ...

Alexander Smirnov asmirnov at exadel.com
Fri Mar 9 12:45:10 EST 2007


  User: alexsmirnov
  Date: 07/03/09 12:45:10

  Added:       maven2/org/richfaces/richfaces-parent/3.0.0   
                        richfaces-parent-3.0.0.pom
                        richfaces-parent-3.0.0.pom.md5
                        richfaces-parent-3.0.0.pom.sha1
  Log:
  Publish releases of the ajax4jsf 1.1.0 and RichFaces 3.0.0
  
  Revision  Changes    Path
  1.1      date: 2007/03/09 17:45:10;  author: alexsmirnov;  state: Exp;repository.jboss.com/maven2/org/richfaces/richfaces-parent/3.0.0/richfaces-parent-3.0.0.pom
  
  Index: richfaces-parent-3.0.0.pom
  ===================================================================
  <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>org.richfaces</groupId>
  	<artifactId>richfaces-parent</artifactId>
  	<packaging>pom</packaging>
  	<name>RichFaces Components</name>
  	<version>3.0.0</version>
  	<url>http://labs.jboss.com/jbossrichfaces</url>
  	<licenses>
  		<license>
  			<name>LGPL 2.1</name>
  			<url>http://www.gnu.org/licenses/lgpl.html</url>
  			<distribution>repo</distribution>
  			<comments>
  				GNU LESSER GENERAL PUBLIC LICENSE
  				Version 2.1
  			</comments>
  		</license>
  	</licenses>
  	<issueManagement>
  		<system>JIRA</system>
  		<url>http://jira.jboss.org/jira/browse/RF</url>
  	</issueManagement>
  	<developers>
  		<developer>
  			<id>alexsmirnov</id>
  			<name>Alexander Smirnov</name>
  			<email>alexsmirnov at exadel.com</email>
  			<organization>Exadel Inc.</organization>
  			<organizationUrl>http://www.exadel.com</organizationUrl>
  			<roles>
  				<role>architect</role>
  				<role>developer</role>
  			</roles>
  			<timezone>-3</timezone>
  		</developer>
  		<developer>
  			<id>ishabalov</id>
  			<name>Igor Shabalov</name>
  			<email>ishabalov at exadel.com</email>
  			<organization>Exadel Inc.</organization>
  			<organizationUrl>http://www.exadel.com</organizationUrl>
  			<roles>
  				<role>architect</role>
  				<role>developer</role>
  			</roles>
  			<timezone>+8</timezone>
  		</developer>
  		<developer>
  			<id>sergeysmirnov</id>
  			<name>Sergey Smirnov</name>
  			<email>sergeysmirnov at exadel.com</email>
  			<organization>Exadel Inc.</organization>
  			<organizationUrl>http://www.exadel.com</organizationUrl>
  			<roles>
  				<role>architect</role>
  				<role>developer</role>
  			</roles>
  			<timezone>+8</timezone>
  		</developer>
  		<developer>
  			<id>nbelayevsky</id>
  			<name>Nik Belyaevsky</name>
  			<email>nbelayevsky at exadel.com</email>
  			<organization>Exadel Inc.</organization>
  			<organizationUrl>http://www.exadel.com</organizationUrl>
  			<roles>
  				<role>architect</role>
  				<role>developer</role>
  			</roles>
  			<timezone>-2</timezone>
  		</developer>
  	</developers>
  	<distributionManagement>
  		<downloadUrl>
  			https://maven2-repository.dev.java.net/nonav/repository
  		</downloadUrl>
  		<repository>
  			<id>releases-repository</id>
  			<uniqueVersion>false</uniqueVersion>
  			<url>${releaseRepository}</url>
  		</repository>
  		<snapshotRepository>
  			<id>snap-repository</id>
  			<uniqueVersion>true</uniqueVersion>
  			<url>${snapshotRepository}</url>
  		</snapshotRepository>
  	</distributionManagement>
  	<pluginRepositories>
  		<pluginRepository>
  			<id>repository.jboss.com</id>
  			<name>Jboss Repository for Maven Artifacts</name>
  			<url>http://repository.jboss.com/maven2</url>
  		</pluginRepository>
  	</pluginRepositories>
  	<repositories>
  		<repository>
  			<releases />
  			<snapshots>
  				<enabled>false</enabled>
  				<updatePolicy>never</updatePolicy>
  			</snapshots>
  			<id>maven-repository.dev.java.net</id>
  			<name>Java.net Repository for Maven</name>
  			<url>
  				https://maven-repository.dev.java.net/nonav/repository
  			</url>
  			<layout>legacy</layout>
  		</repository>
  		<repository>
  			<id>repository.jboss.com</id>
  			<name>Jboss Repository for Maven Artifacts</name>
  			<url>http://repository.jboss.com/maven2</url>
  		</repository>
  	</repositories>
  
  	<build>
  		<plugins>
  			<plugin>
  				<artifactId>maven-source-plugin</artifactId>
  				<executions>
  					<execution>
  						<id>attach-source</id>
  						<goals>
  							<goal>jar</goal>
  						</goals>
  					</execution>
  				</executions>
  			</plugin>
  		</plugins>
  	</build>
  	<dependencies>
  		<dependency>
  			<groupId>junit</groupId>
  			<artifactId>junit</artifactId>
  			<version>3.8.1</version>
  			<scope>test</scope>
  		</dependency>
  		<dependency>
  			<groupId>javax.faces</groupId>
  			<artifactId>jsf-api</artifactId>
  			<version>1.1_02</version>
  			<exclusions>
  				<!-- No longer presented in any repo -->
  				<exclusion>
  					<groupId>javax.servlet.jsp</groupId>
  					<artifactId>jsp-api</artifactId>
  				</exclusion>
  				<exclusion>
  					<groupId>javax.servlet.jsp.jstl</groupId>
  					<artifactId>jstl</artifactId>
  				</exclusion>
  			</exclusions>
  		</dependency>
  		<dependency>
  			<groupId>javax.faces</groupId>
  			<artifactId>jsf-impl</artifactId>
  			<version>1.1_02</version>
  			<scope>runtime</scope>
  			<exclusions>
  				<!-- No longer presented in any repo -->
  				<exclusion>
  					<groupId>javax.servlet.jsp</groupId>
  					<artifactId>jsp-api</artifactId>
  				</exclusion>
  				<exclusion>
  					<groupId>javax.servlet.jsp.jstl</groupId>
  					<artifactId>jstl</artifactId>
  				</exclusion>
  			</exclusions>
  		</dependency>
  		<dependency>
  			<groupId>org.ajax4jsf</groupId>
  			<artifactId>ajax4jsf</artifactId>
  			<version>1.1.0</version>
  		</dependency>
  		<dependency>
  			<groupId>org.ajax4jsf</groupId>
  			<artifactId>test</artifactId>
  			<version>1.1.0</version>
  			<scope>test</scope>
  		</dependency>
  		<dependency>
  			<groupId>com.sun.facelets</groupId>
  			<artifactId>jsf-facelets</artifactId>
  			<version>1.1.11</version>
  			<optional>true</optional>
  		</dependency>
  		<dependency>
  			<groupId>javax.el</groupId>
  			<artifactId>el-api</artifactId>
  			<version>1.0</version>
  			<scope>provided</scope>
  			<optional>true</optional>
  		</dependency>
  		<dependency>
  			<groupId>el-impl</groupId>
  			<artifactId>el-impl</artifactId>
  			<version>1.0</version>
  			<scope>provided</scope>
  			<optional>true</optional>
  		</dependency>
  		<dependency>
  			<groupId>javax.servlet</groupId>
  			<artifactId>servlet-api</artifactId>
  			<version>2.4</version>
  			<scope>provided</scope>
  		</dependency>
  		<dependency>
  			<groupId>javax.servlet</groupId>
  			<artifactId>jsp-api</artifactId>
  			<version>2.0</version>
  			<scope>provided</scope>
  		</dependency>
  	</dependencies>
  	<modules>
  		<module>common</module>
  		<module>drag-drop</module>
  		<module>panel</module>
  		<module>panelbar</module>
  		<module>dataFilterSlider</module>
  		<module>gmap</module>
  		<module>separator</module>
  		<module>spacer</module>
  		<module>paint2D</module>
  		<module>togglePanel</module>
  		<module>tabPanel</module>
  		<module>simpleTogglePanel</module>
  		<module>toolBar</module>
  		<module>inputnumber-slider</module>
  		<module>inputnumber-spinner</module>
  		<module>tree</module>
  		<module>suggestionbox</module>
  		<module>dataTable</module>
  	    <module>modal-panel</module>
  	     <module>datascroller</module>
  	</modules>
  </project>
  
  
  1.1      date: 2007/03/09 17:45:10;  author: alexsmirnov;  state: Exp;repository.jboss.com/maven2/org/richfaces/richfaces-parent/3.0.0/richfaces-parent-3.0.0.pom.md5
  
  Index: richfaces-parent-3.0.0.pom.md5
  ===================================================================
  9d0f4259c0d962e40277a400992d73af
  
  
  1.1      date: 2007/03/09 17:45:10;  author: alexsmirnov;  state: Exp;repository.jboss.com/maven2/org/richfaces/richfaces-parent/3.0.0/richfaces-parent-3.0.0.pom.sha1
  
  Index: richfaces-parent-3.0.0.pom.sha1
  ===================================================================
  30bc06a755d7f0aefabfdb8f8905b225cff71bfa
  
  



More information about the jboss-cvs-commits mailing list