Changeset 5:bbf0cc5bee29 in AnnotationManagerN4J for pom.xml


Ignore:
Timestamp:
Jul 3, 2012, 7:23:17 PM (12 years ago)
Author:
casties
Branch:
default
Message:

version 0.2 really works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r4 r5  
    44        <groupId>de.mpiwg.itgroup.annotations</groupId>
    55        <artifactId>AnnotationManagerN4J</artifactId>
    6         <version>0.0.1-SNAPSHOT</version>
     6        <version>0.2.0-SNAPSHOT</version>
    77        <properties>
    88                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
    2222                        </snapshots>
    2323                </repository>
    24         <repository>
    25             <id>maven-restlet</id>
    26             <name>Public online Restlet repository</name>
    27             <url>http://maven.restlet.org</url>
    28         </repository>
     24                <repository>
     25                        <id>maven-restlet</id>
     26                        <name>Public online Restlet repository</name>
     27                        <url>http://maven.restlet.org</url>
     28                </repository>
    2929        </repositories>
    3030        <dependencies>
     
    7171                        </exclusions>
    7272                </dependency>
    73         <dependency>
    74             <groupId>log4j</groupId>
    75             <artifactId>log4j</artifactId>
    76             <version>1.2.14</version>
    77         </dependency>
    78         <dependency>
    79                 <groupId>commons-codec</groupId>
    80                 <artifactId>commons-codec</artifactId>
    81                 <version>1.4</version>
    82         </dependency>
     73                <dependency>
     74                        <groupId>log4j</groupId>
     75                        <artifactId>log4j</artifactId>
     76                        <version>1.2.14</version>
     77                </dependency>
     78                <dependency>
     79                        <groupId>commons-codec</groupId>
     80                        <artifactId>commons-codec</artifactId>
     81                        <version>1.4</version>
     82                </dependency>
    8383        </dependencies>
    8484        <build>
     85                <finalName>AnnotationManager</finalName>
    8586                <pluginManagement>
    8687                        <plugins>
Note: See TracChangeset for help on using the changeset viewer.