Commit 213c3497c6ebbc898e45663d779437a2ef4e3196

Authored by bernard
1 parent 31e93047

Release

Showing 1 changed file with 8 additions and 1 deletions
1 1 <?xml version="1.0"?>
2 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4 +
  5 + <parent>
  6 + <artifactId>ui</artifactId>
  7 + <groupId>org.richfaces</groupId>
  8 + <version>3.3.3.Final</version>
  9 + </parent>
  10 +
4 11 <modelVersion>4.0.0</modelVersion>
5 12 <groupId>org.richfaces.sandbox.ui</groupId>
6 13 <artifactId>notify</artifactId>
... ... @@ -60,7 +67,7 @@
60 67
61 68 <properties>
62 69 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
63   - <richfaces.version>3.3.4-SNAPSHOT</richfaces.version>
  70 + <richfaces.version>3.3.3.Final</richfaces.version>
64 71 </properties>
65 72
66 73 <scm>
... ...
Please register or login to post a comment