vertx-ext-38.pom 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0"?>
  2. <!--
  3. ~ Copyright (c) 2011-2014 The original author or authors
  4. ~
  5. ~ All rights reserved. This program and the accompanying materials
  6. ~ are made available under the terms of the Eclipse Public License v1.0
  7. ~ and Apache License v2.0 which accompanies this distribution.
  8. ~
  9. ~ The Eclipse Public License is available at
  10. ~ http://www.eclipse.org/legal/epl-v10.html
  11. ~
  12. ~ The Apache License v2.0 is available at
  13. ~ http://www.opensource.org/licenses/apache2.0.php
  14. ~
  15. ~ You may elect to redistribute this code under either of these licenses.
  16. -->
  17. <project xmlns="http://maven.apache.org/POM/4.0.0"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  19. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  20. http://maven.apache.org/xsd/maven-4.0.0.xsd">
  21. <modelVersion>4.0.0</modelVersion>
  22. <parent>
  23. <groupId>io.vertx</groupId>
  24. <artifactId>vertx-parent</artifactId>
  25. <version>19</version>
  26. </parent>
  27. <artifactId>vertx-ext</artifactId>
  28. <version>38</version>
  29. <packaging>pom</packaging>
  30. <name>Vert.x Ext</name>
  31. <scm>
  32. <connection>scm:git:git@github.com:vert-x3/vertx-ext-parent.git</connection>
  33. <developerConnection>scm:git:git@github.com:vert-x3/vertx-ext-parent.git</developerConnection>
  34. <url>git@github.com:vert-x3/vertx-ext-parent.git</url>
  35. </scm>
  36. <modules>
  37. <module>resources</module>
  38. <module>parent</module>
  39. </modules>
  40. </project>