Mercurial > dive4elements > framework
comparison artifacts-common/pom.xml @ 563:ccd029fbc084 3.2.x 3.2.3
Use https for maven repositories
This provides a minimal level of trustworthiness for the downloaded
content.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 02 Jun 2020 19:16:17 +0200 |
parents | 673d3bf7eb11 |
children | 5cd1c627cda9 |
comparison
equal
deleted
inserted
replaced
555:408fd2cb7bb5 | 563:ccd029fbc084 |
---|---|
48 </resources> | 48 </resources> |
49 <plugins> | 49 <plugins> |
50 <plugin> | 50 <plugin> |
51 <groupId>org.apache.maven.plugins</groupId> | 51 <groupId>org.apache.maven.plugins</groupId> |
52 <artifactId>maven-compiler-plugin</artifactId> | 52 <artifactId>maven-compiler-plugin</artifactId> |
53 <version>2.0.2</version> | 53 <version>2.0.2</version> |
54 <configuration> | 54 <configuration> |
55 <source>1.6</source> | 55 <source>1.6</source> |
56 <target>1.6</target> | 56 <target>1.6</target> |
57 </configuration> | 57 </configuration> |
58 </plugin> | 58 </plugin> |