Commit 97125be2c93732750ef15ca1393c9e55050e872d

Authored by bernard
1 parent 99abb837

Updated projects' versions to 3.3.4-SNAPSHOT.

Showing 1 changed file with 3 additions and 4 deletions
... ... @@ -3,19 +3,18 @@
3 3 <parent>
4 4 <artifactId>ui</artifactId>
5 5 <groupId>org.richfaces.sandbox</groupId>
6   - <version>3.3.3.Final</version>
  6 + <version>3.3.4-SNAPSHOT</version>
7 7 </parent>
8 8 <modelVersion>4.0.0</modelVersion>
9 9 <groupId>org.richfaces.sandbox.ui</groupId>
10 10 <artifactId>focus</artifactId>
11 11 <name>focus</name>
12   - <version>3.3.3.Final</version>
13 12 <build>
14 13 <plugins>
15 14 <plugin>
16 15 <groupId>org.richfaces.cdk</groupId>
17 16 <artifactId>maven-cdk-plugin</artifactId>
18   - <version>3.3.3.Final</version>
  17 + <version>${project.version}</version>
19 18 <executions>
20 19 <execution>
21 20 <phase>generate-sources</phase>
... ... @@ -57,7 +56,7 @@
57 56 <dependency>
58 57 <groupId>org.richfaces.framework</groupId>
59 58 <artifactId>richfaces-impl</artifactId>
60   - <version>3.3.3.Final</version>
  59 + <version>${project.version}</version>
61 60 </dependency>
62 61 </dependencies>
63 62 <properties>
... ...
Please register or login to post a comment