Commit 6d5f2fd6336127f098732999d165b77a02b7de30

Authored by bernard
1 parent 2eb7ba7c

Prepare for release

Showing 1 changed file with 25 additions and 8 deletions
1 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 3 <parent>
4   - <groupId>org.richfaces.sandbox</groupId>
5 4 <artifactId>ui</artifactId>
6   - <version>3.3.4-SNAPSHOT</version>
  5 + <groupId>org.richfaces</groupId>
  6 + <version>3.3.3.Final</version>
7 7 </parent>
  8 +
8 9 <modelVersion>4.0.0</modelVersion>
9 10 <groupId>org.richfaces.sandbox.ui</groupId>
10 11 <artifactId>dock</artifactId>
  12 + <version>3.3.4-SNAPSHOT</version>
11 13 <name>dock</name>
  14 +
12 15 <build>
13 16 <plugins>
14 17 <plugin>
15 18 <groupId>org.richfaces.cdk</groupId>
16 19 <artifactId>maven-cdk-plugin</artifactId>
17   - <version>${project.version}</version>
  20 + <version>${richfaces.version}</version>
18 21 <executions>
19 22 <execution>
20 23 <phase>generate-sources</phase>
... ... @@ -56,17 +59,31 @@
56 59 <dependency>
57 60 <groupId>org.richfaces.framework</groupId>
58 61 <artifactId>richfaces-impl</artifactId>
59   - <version>${project.version}</version>
  62 + <version>${richfaces.version}</version>
60 63 </dependency>
61 64 </dependencies>
  65 +
62 66 <properties>
63 67 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  68 + <richfaces.version>3.3.3.Final</richfaces.version>
64 69 </properties>
  70 +
  71 + <scm>
  72 + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/dock</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/dock</connection>
  75 + </scm>
  76 +
65 77 <distributionManagement>
  78 + <repository>
  79 + <id>it-crowd.com.pl</id>
  80 + <name>IT Crowd Company Internal Repository</name>
  81 + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
  82 + </repository>
66 83 <snapshotRepository>
67   - <id>bernard.labno.pl</id>
68   - <name>MyCo Internal Repository</name>
69   - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url>
  84 + <id>it-crowd.com.pl</id>
  85 + <name>IT Crowd Company Internal Repository</name>
  86 + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
70 87 </snapshotRepository>
71 88 </distributionManagement>
72 89
... ...
Please register or login to post a comment