Commit aeab5f871b65976afa69d213bcc8b6bd2a116452

Authored by bernard
1 parent 4e774986

[maven-release-plugin] prepare release focus-3.3.4.B1

Showing 1 changed file with 5 additions and 5 deletions
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 -<project> 2 +<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">
3 <parent> 3 <parent>
4 <artifactId>ui</artifactId> 4 <artifactId>ui</artifactId>
5 <groupId>org.richfaces</groupId> 5 <groupId>org.richfaces</groupId>
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 <modelVersion>4.0.0</modelVersion> 9 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.richfaces.sandbox.ui</groupId> 10 <groupId>org.richfaces.sandbox.ui</groupId>
11 <artifactId>focus</artifactId> 11 <artifactId>focus</artifactId>
12 - <version>3.3.4-SNAPSHOT</version> 12 + <version>3.3.4.B1</version>
13 <name>focus</name> 13 <name>focus</name>
14 14
15 <build> 15 <build>
@@ -69,9 +69,9 @@ @@ -69,9 +69,9 @@
69 </properties> 69 </properties>
70 70
71 <scm> 71 <scm>
72 - <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/focus</developerConnection>  
73 - <url>https://it-crowd.com.pl/svn/richfaces</url>  
74 - <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/community/3.3.X/ui/focus</connection> 72 + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/focus-3.3.4.B1</developerConnection>
  73 + <url>https://it-crowd.com.pl/svn/richfaces/tags/focus-3.3.4.B1</url>
  74 + <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/focus-3.3.4.B1</connection>
75 </scm> 75 </scm>
76 76
77 <distributionManagement> 77 <distributionManagement>
Please register or login to post a comment