connector-1.0.pom 615 B

1234567891011121314
  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>javax.resource</groupId>
  4. <artifactId>connector</artifactId>
  5. <version>1.0</version>
  6. <name>J2EE Connector Architecture</name>
  7. <description>
  8. The J2EE Connector architecture provides a Java technology solution to the problem of connectivity between the many application servers and today's enterprise information systems (EIS).
  9. </description>
  10. <url>http://java.sun.com/j2ee/connector/index.jsp</url>
  11. <distributionManagement>
  12. <downloadUrl>http://java.sun.com/j2ee/connector/download.html</downloadUrl>
  13. </distributionManagement>
  14. </project>