Commit e6704c77a3a97ce8940577be280be7edc4422bc3

Authored by bernard
1 parent b7efc248

Prepare for release

Showing 1 changed file with 29 additions and 12 deletions
... ... @@ -2,21 +2,24 @@
2 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3 3 xmlns="http://maven.apache.org/POM/4.0.0"
4 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5   - <modelVersion>4.0.0</modelVersion>
6 5 <parent>
7 6 <artifactId>ui</artifactId>
8   - <groupId>org.richfaces.sandbox</groupId>
9   - <version>3.3.4-SNAPSHOT</version>
  7 + <groupId>org.richfaces</groupId>
  8 + <version>3.3.3.Final</version>
10 9 </parent>
  10 +
  11 + <modelVersion>4.0.0</modelVersion>
11 12 <groupId>org.richfaces.sandbox.ui</groupId>
12 13 <artifactId>schedule</artifactId>
  14 + <version>3.3.4-SNAPSHOT</version>
13 15 <name>schedule</name>
  16 +
14 17 <build>
15 18 <plugins>
16 19 <plugin>
17 20 <groupId>org.richfaces.cdk</groupId>
18 21 <artifactId>maven-cdk-plugin</artifactId>
19   - <version>${project.version}</version>
  22 + <version>${richfaces.version}</version>
20 23 <executions>
21 24 <execution>
22 25 <phase>generate-sources</phase>
... ... @@ -34,7 +37,7 @@
34 37 </executions>
35 38 <configuration>
36 39 <library>
37   - <prefix>org.richfaces.ui</prefix>
  40 + <prefix>org.richfaces.sandbox.ui</prefix>
38 41 <taglib>
39 42 <shortName>schedule</shortName>
40 43 <uri>http://richfaces.org/sandbox/schedule</uri>
... ... @@ -65,21 +68,35 @@
65 68 </plugin>
66 69 </plugins>
67 70 </build>
68   - <properties>
69   - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
70   - </properties>
71 71 <dependencies>
72 72 <dependency>
73 73 <groupId>org.richfaces.framework</groupId>
74 74 <artifactId>richfaces-impl</artifactId>
75   - <version>${project.version}</version>
  75 + <version>${richfaces.version}</version>
76 76 </dependency>
77 77 </dependencies>
  78 +
  79 + <properties>
  80 + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  81 + <richfaces.version>3.3.3.Final</richfaces.version>
  82 + </properties>
  83 +
  84 + <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>
  88 + </scm>
  89 +
78 90 <distributionManagement>
  91 + <repository>
  92 + <id>it-crowd.com.pl</id>
  93 + <name>IT Crowd Company Internal Repository</name>
  94 + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
  95 + </repository>
79 96 <snapshotRepository>
80   - <id>bernard.labno.pl</id>
81   - <name>MyCo Internal Repository</name>
82   - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url>
  97 + <id>it-crowd.com.pl</id>
  98 + <name>IT Crowd Company Internal Repository</name>
  99 + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
83 100 </snapshotRepository>
84 101 </distributionManagement>
85 102
... ...
Please register or login to post a comment