~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/pom.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  <parent>
15
15
    <artifactId>linuxtools-systemtap-parent</artifactId>
16
16
    <groupId>org.eclipse.linuxtools.systemtap</groupId>
17
 
    <version>0.0.1-SNAPSHOT</version>
 
17
    <version>1.2.1</version>
18
18
  </parent>
19
19
 
20
20
  <artifactId>org.eclipse.linuxtools.systemtap.ui.structures.tests</artifactId>
41
41
          <product>org.eclipse.sdk.ide</product>
42
42
        </configuration>
43
43
      </plugin>
44
 
      <plugin>
45
 
        <groupId>org.codehaus.mojo</groupId>
46
 
        <artifactId>findbugs-maven-plugin</artifactId>
47
 
      </plugin>
48
 
      <plugin>
49
 
        <groupId>org.apache.maven.plugins</groupId>
50
 
        <artifactId>maven-pmd-plugin</artifactId>
51
 
      </plugin>
52
44
    </plugins>
53
45
   </build>
54
46