Home | History | Annotate | Download | only in 0.9.3
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>org.gebish</groupId>
      6   <artifactId>geb-implicit-assertions</artifactId>
      7   <version>0.9.3</version>
      8   <name>Geb Implicit Assertions</name>
      9   <description>Geb (pronounced "jeb") implicit assertion transform (used in conjunction with geb-core).</description>
     10   <url>http://www.gebish.org</url>
     11   <inceptionYear>2010</inceptionYear>
     12   <licenses>
     13     <license>
     14       <name>The Apache Software License, Version 2.0</name>
     15       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     16       <distribution>repo</distribution>
     17     </license>
     18   </licenses>
     19   <developers>
     20     <developer>
     21       <id>ldaley</id>
     22       <name>Luke Daley</name>
     23       <roles>
     24         <role>Lead</role>
     25         <role>Founder</role>
     26       </roles>
     27     </developer>
     28     <developer>
     29       <id>erdi</id>
     30       <name>Marcin Erdmann</name>
     31       <roles>
     32         <role>Committer</role>
     33       </roles>
     34     </developer>
     35     <developer>
     36       <id>robfletcher</id>
     37       <name>Rob Fletcher</name>
     38       <roles>
     39         <role>Founder</role>
     40       </roles>
     41     </developer>
     42   </developers>
     43   <scm>
     44     <url>https://github.com/geb/geb/</url>
     45   </scm>
     46 </project>
     47