Commit ab069b2f6ac575204ec1da47f24502e2eec6d10f

Authored by bernard
1 parent e6704c77

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

Showing 1 changed file with 5 additions and 7 deletions
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"  
3 - xmlns="http://maven.apache.org/POM/4.0.0"  
4 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 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/xsd/maven-4.0.0.xsd">
5 <parent> 3 <parent>
6 <artifactId>ui</artifactId> 4 <artifactId>ui</artifactId>
7 <groupId>org.richfaces</groupId> 5 <groupId>org.richfaces</groupId>
@@ -11,7 +9,7 @@ @@ -11,7 +9,7 @@
11 <modelVersion>4.0.0</modelVersion> 9 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.richfaces.sandbox.ui</groupId> 10 <groupId>org.richfaces.sandbox.ui</groupId>
13 <artifactId>schedule</artifactId> 11 <artifactId>schedule</artifactId>
14 - <version>3.3.4-SNAPSHOT</version> 12 + <version>3.3.4.B1</version>
15 <name>schedule</name> 13 <name>schedule</name>
16 14
17 <build> 15 <build>
@@ -82,9 +80,9 @@ @@ -82,9 +80,9 @@
82 </properties> 80 </properties>
83 81
84 <scm> 82 <scm>
85 - <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/schedule</developerConnection>  
86 - <url>https://it-crowd.com.pl/svn/richfaces</url>  
87 - <connection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/schedule</connection> 83 + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</developerConnection>
  84 + <url>https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</url>
  85 + <connection>scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</connection>
88 </scm> 86 </scm>
89 87
90 <distributionManagement> 88 <distributionManagement>
Please register or login to post a comment