Ignore:
Timestamp:
Oct 12, 2011, 6:31:17 PM (13 years ago)
Author:
anthony43
Message:
  • upgrading version to 0.4.0 since there are api changes since 0.3.0
  • removing @override annotation on addSimple (not needed)
  • specifying in the pom the jdk version to use (1.5)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/pom.xml

    r10494 r12416  
    33  <groupId>fr.mael.jiwigo</groupId>
    44  <artifactId>jiwigo-ws-api</artifactId>
    5   <version>0.3.0-SNAPSHOT</version>
     5  <version>0.4.0-SNAPSHOT</version>
    66  <dependencies>
    77
     
    5656                </configuration>
    5757                </plugin>
     58                <plugin>
     59                        <groupId>org.apache.maven.plugins</groupId>
     60                        <artifactId>maven-compiler-plugin</artifactId>
     61                        <configuration>
     62                                <source>1.5</source>
     63                                <target>1.5</target>
     64                        </configuration>
     65                </plugin>
    5866        </plugins>
    5967  </build>
Note: See TracChangeset for help on using the changeset viewer.