~ubuntu-branches/ubuntu/utopic/maven-enforcer/utopic

« back to all changes in this revision

Viewing changes to enforcer-api/pom.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-12 22:30:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110912223016-e2pk04avoq8bur7t
Tags: 1.0-1
* Team upload
* New upstream release.
* Add more Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  <parent>
25
25
    <groupId>org.apache.maven.enforcer</groupId>
26
26
    <artifactId>enforcer</artifactId>
27
 
    <version>1.0-beta-2</version>
 
27
    <version>1.0</version>
28
28
  </parent>
29
29
 
30
30
  <artifactId>enforcer-api</artifactId>
31
 
  <version>1.0-beta-2</version>
 
31
  <version>1.0</version>
32
32
  <packaging>jar</packaging>
33
33
 
34
34
  <name>Enforcer API</name>