|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <project> |
4 | | - <version>2</version> |
| 4 | + <pomVersion>3</pomVersion> |
5 | 5 | <name>jakarta-turbine-jcs</name> |
6 | 6 | <id>jcs</id> |
7 | 7 | <currentVersion>1.0-dev</currentVersion> |
|
11 | 11 | </organization> |
12 | 12 | <inceptionYear>2002</inceptionYear> |
13 | 13 | <package>org.apache.jcs</package> |
14 | | - <shortDescription>Cache</shortDescription> |
| 14 | + |
15 | 15 | <gumpRepositoryId>jakarta</gumpRepositoryId> |
| 16 | + |
| 17 | + <shortDescription>Cache</shortDescription> |
16 | 18 | <description>Comprehensive Caching System</description> |
17 | 19 | <url>http://jakarta.apache.org/turbine/jcs/</url> |
18 | | - <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-jcs/</cvsWebUrl> |
| 20 | + <issueTrackingUrl>http://issues.apache.org/scarab/servlet/scarab/</issueTrackingUrl> |
19 | 21 | <siteAddress>jakarta.apache.org</siteAddress> |
20 | 22 | <siteDirectory>/www/jakarta.apache.org/turbine/jcs/</siteDirectory> |
21 | | - |
22 | | - <cvsRoot>:pserver:anoncvs@.cvs.apache.org:/home/cvspublic</cvsRoot> |
23 | | - <cvsPassword>anoncvs</cvsPassword> |
24 | | - <cvsModule>jakarta-turbine-jcs</cvsModule> |
25 | | - |
| 23 | + <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-jcs/</distributionDirectory> |
| 24 | + |
| 25 | + <repository> |
| 26 | + <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-jcs</connection> |
| 27 | + <url>http://cvs.apache.org/viewcvs/jakarta-turbine-jcs/</url> |
| 28 | + </repository> |
| 29 | + |
26 | 30 | <mailingLists> |
27 | 31 | <mailingList> |
28 | 32 | <name>JCS User List</name> |
|
60 | 64 |
|
61 | 65 | <dependencies> |
62 | 66 | <dependency> |
63 | | - <name>commons-configuration</name> |
| 67 | + <id>commons-configuration</id> |
64 | 68 | <version>1.0-dev</version> |
65 | 69 | </dependency> |
66 | 70 | <dependency> |
67 | | - <name>commons-logging</name> |
| 71 | + <id>commons-logging</id> |
68 | 72 | <version>1.0</version> |
69 | 73 | </dependency> |
70 | 74 | <dependency> |
71 | | - <name>commons-lang</name> |
| 75 | + <id>commons-lang</id> |
72 | 76 | <version>1.0-dev</version> |
73 | 77 | </dependency> |
74 | 78 | <dependency> |
75 | | - <name>concurrent</name> |
| 79 | + <id>concurrent</id> |
76 | 80 | <version>1.0</version> |
77 | 81 | </dependency> |
78 | 82 | <dependency> |
79 | | - <name>hsqldb</name> |
| 83 | + <id>hsqldb</id> |
80 | 84 | <version>1.7.0</version> |
81 | 85 | </dependency> |
82 | 86 | <dependency> |
83 | | - <name>log4j</name> |
| 87 | + <id>log4j</id> |
84 | 88 | <version>1.1.3</version> |
85 | 89 | </dependency> |
86 | 90 | <dependency> |
87 | | - <name>servletapi</name> |
| 91 | + <id>servletapi</id> |
88 | 92 | <version>2.2</version> |
89 | 93 | </dependency> |
90 | 94 | <dependency> |
91 | | - <name>javagroups</name> |
| 95 | + <id>javagroups</id> |
92 | 96 | <version>2.0</version> |
93 | 97 | </dependency> |
94 | 98 | <dependency> |
95 | | - <name>jisp</name> |
| 99 | + <id>jisp</id> |
96 | 100 | <version>1.0.2</version> |
97 | 101 | </dependency> |
98 | 102 | <dependency> |
99 | | - <name>tomcat-util</name> |
| 103 | + <id>tomcat-util</id> |
100 | 104 | <version>3.2.1</version> |
101 | 105 | </dependency> |
102 | 106 |
|
103 | 107 | <dependency> |
104 | | - <name>velocity</name> |
| 108 | + <id>velocity</id> |
105 | 109 | <version>1.3-dev</version> |
106 | 110 | </dependency> |
107 | 111 |
|
108 | 112 | <!-- Required for the server in JCS --> |
109 | 113 |
|
110 | 114 | <dependency> |
111 | | - <name>xmlrpc</name> |
| 115 | + <id>xmlrpc</id> |
112 | 116 | <version>1.1</version> |
113 | 117 | </dependency> |
114 | 118 |
|
115 | 119 | <!-- For Configurable / Initializable --> |
116 | 120 | <dependency> |
117 | | - <name>stratum</name> |
| 121 | + <id>stratum</id> |
118 | 122 | <version>1.0-b2-dev</version> |
119 | 123 | </dependency> |
120 | 124 |
|
121 | 125 | </dependencies> |
122 | 126 | <build> |
123 | | - <sourceDirectories> |
124 | | - <sourceDirectory>src/java</sourceDirectory> |
125 | | - </sourceDirectories> |
| 127 | + <sourceDirectory>src/java</sourceDirectory> |
126 | 128 | <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
127 | 129 | <aspectSourceDirectories></aspectSourceDirectories> |
128 | 130 | <unitTestPatterns> |
|
0 commit comments