We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c3573 commit 6ec8b15Copy full SHA for 6ec8b15
pom.xml
@@ -68,6 +68,20 @@
68
</dependency>
69
</dependencies>
70
71
+ <build>
72
+ <plugins>
73
+ <plugin>
74
+ <groupId>org.apache.maven.plugins</groupId>
75
+ <artifactId>maven-compiler-plugin</artifactId>
76
+ <version>2.3.1</version>
77
+ <configuration>
78
+ <source>1.6</source>
79
+ <target>1.6</target>
80
+ </configuration>
81
+ </plugin>
82
+ </plugins>
83
+ </build>
84
+
85
<profiles>
86
<profile>
87
<id>release-sign-artifacts</id>
@@ -98,4 +112,4 @@
98
112
</profile>
99
113
</profiles>
100
114
101
-</project>
115
+</project>
0 commit comments