Author: alexsmirnov
Date: 2007-09-25 18:13:16 -0400 (Tue, 25 Sep 2007)
New Revision: 3113
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
branches/3.1.x/pom.xml
Log:
change maven reposiotories id to
jboss.org.
Fix version number in the VersionBean.
Modified: branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-09-25
22:04:33 UTC (rev 3112)
+++ branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-09-25
22:13:16 UTC (rev 3113)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "0-SNAPSHOT" ;
+ public static final String REVISION = "1-SNAPSHOT" ;
public static final String SCM_REVISION = " SVN $Revision$
$Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: branches/3.1.x/pom.xml
===================================================================
--- branches/3.1.x/pom.xml 2007-09-25 22:04:33 UTC (rev 3112)
+++ branches/3.1.x/pom.xml 2007-09-25 22:13:16 UTC (rev 3113)
@@ -1,4 +1,6 @@
-<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>org.richfaces</groupId>
<artifactId>root</artifactId>
@@ -6,23 +8,28 @@
<name>Jboss RichFaces project</name>
<version>3.1.1-SNAPSHOT</version>
<
url>http://labs.jboss.com/jbossrichfaces</url>
+ <properties>
+ <snapshotRepository>
+
dav:https://snapshots.jboss.org/maven2
+ </snapshotRepository>
+ </properties>
<dependencies />
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- </build>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+ </build>
<modules>
<module>cdk</module>
<module>framework</module>
<module>ui</module>
<module>docs</module>
<module>ui/assembly</module>
- <module>extensions</module>
+ <module>extensions</module>
<module>samples</module>
<!--
<module>sandbox</module>
@@ -37,9 +44,7 @@
</snapshots>
<id>maven-repository.dev.java.net</id>
<
name>Java.net Repository for Maven</name>
- <url>
-
http://download.java.net/maven/1
- </url>
+ <
url>http://download.java.net/maven/1</url>
<layout>legacy</layout>
</repository>
</repositories>
@@ -48,16 +53,16 @@
http://labs.jboss.com/portal/jbossrichfaces/downloads
</downloadUrl>
<repository>
- <id>release-repository</id>
+ <id>repository.jboss.org</id>
<uniqueVersion>false</uniqueVersion>
<url>${releaseRepository}</url>
</repository>
<snapshotRepository>
- <id>snap-repository</id>
+ <id>snapshots.jboss.org</id>
<uniqueVersion>true</uniqueVersion>
<url>${snapshotRepository}</url>
</snapshotRepository>
- </distributionManagement>
+ </distributionManagement>
<issueManagement>
<system>JIRA</system>
<
url>http://jira.jboss.org/jira/browse/RF</url>
@@ -126,41 +131,47 @@
</license>
</licenses>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/3...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <connection>
+
scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/3.1.1
+ </connection>
+ <developerConnection>
+
scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.1.1
+ </developerConnection>
<
url>https://svn.jboss.org/repos/richfaces/branches/3.1.1</url>
</scm>
- <profiles>
- <profile>
- <id>sandbox</id>
- <modules>
- <module>sandbox</module>
- </modules>
- </profile>
- <profile>
- <id>eclipse-custom-templates</id>
-<build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <configuration>
- <additionalConfig>
- <file>
- <name>.settings/org.eclipse.jdt.ui.prefs</name>
- <content>
- <![CDATA[
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>sandbox</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>eclipse-custom-templates</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <additionalConfig>
+ <file>
+ <name>
+ .settings/org.eclipse.jdt.ui.prefs
+ </name>
+ <content>
+ <![CDATA[
eclipse.preferences.version=1
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0"
encoding\="UTF-8" standalone\="no"?><templates><template
autoinsert\="false" context\="typecomment_context"
deleted\="false" description\="Comment for created types"
enabled\="true"
id\="org.eclipse.jdt.ui.text.codetemplates.typecomment"
name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br
/>\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since
${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n
*/\r\n</template><template autoinsert\="false"
context\="filecomment_context" deleted\="false"
description\="Comment for created Java files" enabled\="true"
id\="org.eclipse.jdt.ui.text.codetemplates.filecomment"
name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces
- Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This
library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version
2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed
in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the
implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have
received a copy of the GNU Lesser General Public\r\n * License along with this library; if
not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
]]>
- </content>
- </file>
- </additionalConfig>
- </configuration>
- </plugin>
- </plugins>
-</build>
- </profile>
+ </content>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
<profile>
<id>clover</id>
<build>
@@ -205,5 +216,5 @@
</plugins>
</reporting>
</profile>
- </profiles>
+ </profiles>
</project>
\ No newline at end of file