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