spring.lookup/pom.xml
changeset 572 9f8f290fba95
parent 566 6b8cdb3f49d7
child 592 4ca7879fa07d
     1.1 --- a/spring.lookup/pom.xml	Tue Apr 21 22:56:16 2009 +0200
     1.2 +++ b/spring.lookup/pom.xml	Fri Apr 24 18:54:11 2009 +0200
     1.3 @@ -4,8 +4,8 @@
     1.4    <groupId>org.apidesign</groupId>
     1.5    <artifactId>spring-lookup</artifactId>
     1.6    <packaging>jar</packaging>
     1.7 -  <version>1.0</version>
     1.8 -  <name>spring-lookup</name>
     1.9 +  <version>1.2</version>
    1.10 +  <name>Bridge between Spring and Lookup</name>
    1.11    <url>http://maven.apache.org</url>
    1.12    <repositories>
    1.13        <repository>
    1.14 @@ -78,4 +78,7 @@
    1.15              <version>2.5.6</version>
    1.16          </dependency>
    1.17      </dependencies>
    1.18 +    <description>Provides mapping between Lookup library,
    1.19 +so it is directly usable with Spring Framework's
    1.20 +dependency injection.</description>
    1.21  </project>