Changeset 2507
- Timestamp:
- 08/06/2008 03:40:22 PM (5 months ago)
- Location:
- queryj/branches/br-0_6--ventura24-2_0
- Files:
-
- 4 modified
-
build.number (modified) (1 diff)
-
pom.xml (modified) (2 diffs)
-
src/toolconf/ant/version.properties (modified) (1 diff)
-
src/toolconf/maven/project.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
queryj/branches/br-0_6--ventura24-2_0/build.number
r2506 r2507 1 1 #Build Number for ANT. Do not edit! 2 #Wed Aug 06 1 3:17:46CEST 20083 build.number=250 32 #Wed Aug 06 15:36:04 CEST 2008 3 build.number=2505 -
queryj/branches/br-0_6--ventura24-2_0/pom.xml
r2126 r2507 7 7 <artifactId>queryj</artifactId> 8 8 <packaging>jar</packaging> 9 <version>v24-2.0-3 -SNAPSHOT</version>9 <version>v24-2.0-3</version> 10 10 <name>QueryJ</name> 11 11 <url>http://www.acm-sl.org</url> … … 205 205 <groupId>org.acmsl</groupId> 206 206 <artifactId>acmsl-commons</artifactId> 207 <version>0.5.7b1 6-SNAPSHOT</version>207 <version>0.5.7b18</version> 208 208 </dependency> 209 209 <dependency> -
queryj/branches/br-0_6--ventura24-2_0/src/toolconf/ant/version.properties
r2126 r2507 38 38 39 39 # Project's current version 40 project.version=v24-2.0-3 -SNAPSHOT40 project.version=v24-2.0-3 41 41 42 42 # Project status -
queryj/branches/br-0_6--ventura24-2_0/src/toolconf/maven/project.xml
r2273 r2507 43 43 <id>queryj</id> 44 44 <groupId>org.acmsl.queryj</groupId> 45 <currentVersion>v24-2.0-3 -SNAPSHOT</currentVersion>45 <currentVersion>v24-2.0-3</currentVersion> 46 46 <organization> 47 47 <name>ACM S.L.</name> … … 137 137 <groupId>acmsl-commons</groupId> 138 138 <artifactId>acmsl-commons</artifactId> 139 <version>0.5.7b1 7</version>139 <version>0.5.7b18</version> 140 140 <url>http://www.acm-sl.org/commons</url> 141 141 <properties>
