core/pom.xml
branchbenchmarks
changeset 309 825e468aa4a7
parent 155 0c97ae810dff
child 432 1bdeeb77f5a3
     1.1 --- a/core/pom.xml	Mon Nov 12 20:08:36 2012 +0100
     1.2 +++ b/core/pom.xml	Wed Dec 12 12:41:06 2012 +0100
     1.3 @@ -5,12 +5,12 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign</groupId>
     1.6      <artifactId>bck2brwsr</artifactId>
     1.7 -    <version>1.0-SNAPSHOT</version>
     1.8 +    <version>0.3-SNAPSHOT</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>core</artifactId>
    1.12 -  <version>1.0-SNAPSHOT</version>
    1.13 -  <name>core</name>
    1.14 +  <version>0.3-SNAPSHOT</version>
    1.15 +  <name>Core JS Annotations</name>
    1.16    <url>http://maven.apache.org</url>
    1.17      <build>
    1.18          <plugins>
    1.19 @@ -36,4 +36,6 @@
    1.20        <scope>test</scope>
    1.21      </dependency>
    1.22    </dependencies>
    1.23 +    <description>Contains esential annotations for associating JavaScript code with
    1.24 +methods and classes.</description>
    1.25  </project>