We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a655f commit ea2b4e6Copy full SHA for ea2b4e6
pom.xml
@@ -39,8 +39,8 @@
39
<properties>
40
<maven.version>2.2.1</maven.version>
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
- <maven.compiler.source>1.8</maven.compiler.source>
43
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
44
</properties>
45
46
<build>
@@ -85,7 +85,7 @@
85
<dependency>
86
<groupId>de.andrena.tools.nopackagecycles</groupId>
87
<artifactId>no-package-cycles-enforcer-rule</artifactId>
88
- <version>1.0.7</version>
+ <version>1.0.5</version>
89
</dependency>
90
</dependencies>
91
<executions>
0 commit comments