~ubuntu-branches/ubuntu/wily/animal-sniffer/wily

« back to all changes in this revision

Viewing changes to animal-sniffer-maven-plugin/src/it/settings.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-09-29 18:58:10 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140929185810-8jljwx9eld95ri4n
Tags: 1.11-1
* Team upload.
* New upstream release
  - Refreshed the patch
* debian/control:
  - Depend on libasm4-java instead of libasm3-java
  - Updated Standards-Version to 3.9.6 (no changes)
  - Use canonical URLs for the Vcs-* fields
* Added a watch file
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
      </activation>
32
32
      <repositories>
33
33
        <repository>
34
 
          <id>central</id>
 
34
          <id>local.central</id>
35
35
          <url>file:///@localRepository@</url>
36
36
          <releases>
37
37
            <enabled>true</enabled>
38
38
            <checksumPolicy>ignore</checksumPolicy>
39
 
            <updatePolicy>never</updatePolicy>
40
39
          </releases>
41
40
          <snapshots>
42
41
            <enabled>true</enabled>
43
42
            <checksumPolicy>ignore</checksumPolicy>
44
 
            <updatePolicy>never</updatePolicy>
45
43
          </snapshots>
46
44
        </repository>
47
45
      </repositories>
48
46
      <pluginRepositories>
49
47
        <pluginRepository>
50
 
          <id>central</id>
 
48
          <id>local.central</id>
51
49
          <url>file:///@localRepository@</url>
52
50
          <releases>
53
51
            <enabled>true</enabled>
54
52
            <checksumPolicy>ignore</checksumPolicy>
55
 
            <updatePolicy>never</updatePolicy>
56
53
          </releases>
57
54
          <snapshots>
58
55
            <enabled>true</enabled>
59
56
            <checksumPolicy>ignore</checksumPolicy>
60
 
            <updatePolicy>never</updatePolicy>
61
57
          </snapshots>
62
58
        </pluginRepository>
63
59
      </pluginRepositories>