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