Changeset 2078 for trunk/autoquest-htmlmonitor/pom.xml
- Timestamp:
- 04/12/16 17:00:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/pom.xml
r2075 r2078 3 3 <groupId>de.ugoe.cs.autoquest</groupId> 4 4 <artifactId>autoquest-htmlmonitor</artifactId> 5 <version>0. 1.3-SNAPSHOT</version>5 <version>0.2.0</version> 6 6 <name>autoquest-htmlmonitor</name> 7 7 <licenses> … … 13 13 <packaging>jar</packaging> 14 14 <scm> 15 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/t runk/${project.artifactId}</url>16 <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/t runk/${project.artifactId}</connection>15 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.2.0/${project.artifactId}</url> 16 <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.2.0/${project.artifactId}</connection> 17 17 </scm> 18 18 <distributionManagement> … … 89 89 </extensions> 90 90 <plugins> 91 < plugin>91 <!-- plugin> 92 92 <groupId>org.codehaus.mojo</groupId> 93 93 <artifactId>jslint-maven-plugin</artifactId> … … 107 107 </execution> 108 108 </executions> 109 </plugin >109 </plugin --> 110 110 <plugin> 111 111 <artifactId>maven-compiler-plugin</artifactId>
Note: See TracChangeset
for help on using the changeset viewer.