You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vaadin-bom.pom 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.vaadin</groupId>
  6. <artifactId>vaadin-parent</artifactId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <groupId>com.vaadin</groupId>
  10. <artifactId>vaadin-bom</artifactId>
  11. <version>@vaadin.version@</version>
  12. <packaging>pom</packaging>
  13. <name>Vaadin Framework (Bill of Materials)</name>
  14. <description>Vaadin Framework (Bill of Materials)</description>
  15. <organization>
  16. <name>Vaadin Ltd</name>
  17. <url>http://vaadin.com</url>
  18. </organization>
  19. <url>http://vaadin.com</url>
  20. <licenses>
  21. <license>
  22. <name>Apache License Version 2.0</name>
  23. <distribution>repo</distribution>
  24. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  25. </license>
  26. </licenses>
  27. <scm>
  28. <connection>scm:https:https://github.com/vaadin/vaadin.git</connection>
  29. <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection>
  30. <url>https://github.com/vaadin/vaadin</url>
  31. </scm>
  32. <developers>
  33. <developer>
  34. <id>artur</id>
  35. <name>Artur Signell</name>
  36. <email>artur.signell@vaadin.com</email>
  37. <url>http://vaadin.com/web/artur</url>
  38. <organization>Vaadin Ltd</organization>
  39. <organizationUrl>http://vaadin.com/</organizationUrl>
  40. <roles>
  41. <role>architect</role>
  42. <role>developer</role>
  43. <role>team manager</role>
  44. </roles>
  45. <timezone>2</timezone>
  46. </developer>
  47. <developer>
  48. <id>hesara</id>
  49. <name>Henri Sara</name>
  50. <email>hesara@vaadin.com</email>
  51. <organization>Vaadin Ltd</organization>
  52. <organizationUrl>http://vaadin.com/</organizationUrl>
  53. <roles>
  54. <role>developer</role>
  55. </roles>
  56. <timezone>2</timezone>
  57. </developer>
  58. </developers>
  59. <dependencyManagement>
  60. <dependencies>
  61. <dependency>
  62. <groupId>com.vaadin</groupId>
  63. <artifactId>vaadin-shared</artifactId>
  64. <version>@vaadin.version@</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.vaadin</groupId>
  68. <artifactId>vaadin-server</artifactId>
  69. <version>@vaadin.version@</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.vaadin</groupId>
  73. <artifactId>vaadin-push</artifactId>
  74. <version>@vaadin.version@</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.vaadin</groupId>
  78. <artifactId>vaadin-widgets</artifactId>
  79. <version>@vaadin.version@</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.vaadin</groupId>
  83. <artifactId>vaadin-client</artifactId>
  84. <version>@vaadin.version@</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.vaadin</groupId>
  88. <artifactId>vaadin-client-compiler</artifactId>
  89. <version>@vaadin.version@</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.vaadin</groupId>
  93. <artifactId>vaadin-client-compiled</artifactId>
  94. <version>@vaadin.version@</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.vaadin</groupId>
  98. <artifactId>vaadin-themes</artifactId>
  99. <version>@vaadin.version@</version>
  100. </dependency>
  101. </dependencies>
  102. </dependencyManagement>
  103. </project>