Showing
1 changed file
with
9 additions
and
9 deletions
1 | 1 | <?xml version="1.0"?> |
2 | -<project> | |
3 | - <parent> | |
4 | - <groupId>org.richfaces.sandbox</groupId> | |
5 | - <artifactId>ui</artifactId> | |
6 | - <version>3.3.4-SNAPSHOT</version> | |
7 | - </parent> | |
2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
8 | 4 | <modelVersion>4.0.0</modelVersion> |
9 | 5 | <groupId>org.richfaces.sandbox.ui</groupId> |
10 | 6 | <artifactId>notify</artifactId> |
7 | + <version>3.3.4-SNAPSHOT</version> | |
11 | 8 | <name>notify</name> |
9 | + | |
12 | 10 | <build> |
13 | 11 | <plugins> |
14 | 12 | <plugin> |
15 | 13 | <groupId>org.richfaces.cdk</groupId> |
16 | 14 | <artifactId>maven-cdk-plugin</artifactId> |
17 | - <version>${project.version}</version> | |
15 | + <version>${richfaces.version}</version> | |
18 | 16 | <executions> |
19 | 17 | <execution> |
20 | 18 | <phase>generate-sources</phase> |
... | ... | @@ -56,16 +54,18 @@ |
56 | 54 | <dependency> |
57 | 55 | <groupId>org.richfaces.framework</groupId> |
58 | 56 | <artifactId>richfaces-impl</artifactId> |
59 | - <version>${project.version}</version> | |
57 | + <version>${richfaces.version}</version> | |
60 | 58 | </dependency> |
61 | 59 | </dependencies> |
60 | + | |
62 | 61 | <properties> |
63 | 62 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
63 | + <richfaces.version>3.3.4-SNAPSHOT</richfaces.version> | |
64 | 64 | </properties> |
65 | 65 | |
66 | 66 | <scm> |
67 | 67 | <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/notify</developerConnection> |
68 | - <url>https://it-crowd.com.pl/svn/schoolmanager/</url> | |
68 | + <url>https://it-crowd.com.pl/svn/schoolmanager</url> | |
69 | 69 | <tag>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk</tag> |
70 | 70 | </scm> |
71 | 71 | ... | ... |
Please
register
or
login
to post a comment