~vcs-imports/jhylafax/head

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: squig
  • Date: 2007-02-10 19:52:09 UTC
  • Revision ID: vcs-imports@canonical.com-20070210195209-18a3b3cd74aa4884
updated change log and translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      <version>1.0.4</version>
36
36
    </dependency>
37
37
    <dependency>
 
38
      <groupId>log4j</groupId>
 
39
      <artifactId>log4j</artifactId>
 
40
      <version>1.2.13</version>
 
41
    </dependency>
 
42
    <dependency>
38
43
          <groupId>hylafax</groupId>
39
44
          <artifactId>gnu-hylafax</artifactId>
40
45
      <version>0.0.8.3</version>
50
55
      <version>0.1</version>
51
56
    </dependency>
52
57
    <dependency>
53
 
      <groupId>org.xnap.commons</groupId>
 
58
      <groupId>xnap-commons</groupId>
 
59
      <artifactId>gettext-commons</artifactId>
 
60
      <version>0.9</version>
 
61
    </dependency>
 
62
    <dependency>
 
63
      <groupId>xnap-commons</groupId>
54
64
          <artifactId>xnap-commons</artifactId>
55
 
      <version>0.9.4-SNAPSHOT</version>
 
65
      <version>0.9.5</version>
56
66
    </dependency>
57
67
  </dependencies>
58
68
  <scm>
90
100
    </resources>
91
101
    <pluginManagement>
92
102
      <plugins>
 
103
                <plugin>
 
104
                  <groupId>org.apache.maven.plugins</groupId>
 
105
                  <artifactId>maven-compiler-plugin</artifactId>
 
106
                  <configuration>
 
107
                        <source>1.5</source>
 
108
                        <target>1.5</target>
 
109
                  </configuration>
 
110
                </plugin>
93
111
        <plugin>
94
112
          <groupId>org.apache.maven.plugins</groupId>
95
113
          <artifactId>maven-site-plugin</artifactId>