Showing
1 changed file
with
25 additions
and
8 deletions
| ... | ... | @@ -2,21 +2,24 @@ |
| 2 | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 3 | 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | - <modelVersion>4.0.0</modelVersion> | |
| 5 | + | |
| 6 | 6 | <parent> |
| 7 | - <groupId>org.richfaces.sandbox</groupId> | |
| 8 | 7 | <artifactId>ui</artifactId> |
| 9 | - <version>3.3.4-SNAPSHOT</version> | |
| 8 | + <groupId>org.richfaces</groupId> | |
| 9 | + <version>3.3.3.Final</version> | |
| 10 | 10 | </parent> |
| 11 | + | |
| 12 | + <modelVersion>4.0.0</modelVersion> | |
| 11 | 13 | <groupId>org.richfaces.sandbox.ui</groupId> |
| 12 | 14 | <artifactId>watermark</artifactId> |
| 15 | + <version>3.3.4-SNAPSHOT</version> | |
| 13 | 16 | <name>watermark</name> |
| 14 | 17 | <build> |
| 15 | 18 | <plugins> |
| 16 | 19 | <plugin> |
| 17 | 20 | <groupId>org.richfaces.cdk</groupId> |
| 18 | 21 | <artifactId>maven-cdk-plugin</artifactId> |
| 19 | - <version>${project.version}</version> | |
| 22 | + <version>${richfaces.version}</version> | |
| 20 | 23 | <executions> |
| 21 | 24 | <execution> |
| 22 | 25 | <phase>generate-sources</phase> |
| ... | ... | @@ -58,17 +61,31 @@ |
| 58 | 61 | <dependency> |
| 59 | 62 | <groupId>org.richfaces.framework</groupId> |
| 60 | 63 | <artifactId>richfaces-impl</artifactId> |
| 61 | - <version>${project.version}</version> | |
| 64 | + <version>${richfaces.version}</version> | |
| 62 | 65 | </dependency> |
| 63 | 66 | </dependencies> |
| 67 | + | |
| 64 | 68 | <properties> |
| 65 | 69 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 70 | + <richfaces.version>3.3.3.Final</richfaces.version> | |
| 66 | 71 | </properties> |
| 72 | + | |
| 73 | + <scm> | |
| 74 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/watermark</developerConnection> | |
| 75 | + <url>https://it-crowd.com.pl/svn/richfaces</url> | |
| 76 | + <connection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/watermark</connection> | |
| 77 | + </scm> | |
| 78 | + | |
| 67 | 79 | <distributionManagement> |
| 80 | + <repository> | |
| 81 | + <id>it-crowd.com.pl</id> | |
| 82 | + <name>IT Crowd Company Internal Repository</name> | |
| 83 | + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url> | |
| 84 | + </repository> | |
| 68 | 85 | <snapshotRepository> |
| 69 | - <id>bernard.labno.pl</id> | |
| 70 | - <name>MyCo Internal Repository</name> | |
| 71 | - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url> | |
| 86 | + <id>it-crowd.com.pl</id> | |
| 87 | + <name>IT Crowd Company Internal Repository</name> | |
| 88 | + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> | |
| 72 | 89 | </snapshotRepository> |
| 73 | 90 | </distributionManagement> |
| 74 | 91 | ... | ... |
Please
register
or
login
to post a comment