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