Hi guys, I've started deploying components on my internal repository, and I've figured out that the generated metadata does not look like what I expected. When I deployed version 2.1.0 of my component, I got something like: <?xml version="1.0" encoding="UTF-8"?> <metadata> <groupId>com.inetpsa.cxl</groupId> <artifactId>cxl-toolboxxml</artifactId> <version>2.0.1</version> <versioning> <versions> <version>2.0.1</version> <version>2.1.0</version> </versions> <lastUpdated>20060316142705</lastUpdated> </versioning> </metadata> which seems weird to me because the lastest version is "2.1.0" and not "2.0.1" (the timestamp is correct though). FYI, I'm using Maven 2.0.2 and version 2.2 of the deploy plugin. What's more, the above format for the metadata file differs from what I can see on ibiblio for the maven components, for instance: <?xml version="1.0"?> <metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <versioning> <latest>2.2</latest> <release>2.2</release> <versions> <version>2.0-beta-1</version> <version>2.0</version> <version>2.1</version> <version>2.2</version> </versions> <lastUpdated>20060227235008</lastUpdated> </versioning> </metadata> Why don't I get the same format when deploying my own components? Thanks a lot in advance for your answers. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]