We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4159cfb commit 8a5c7baCopy full SHA for 8a5c7ba
pom.xml
@@ -1,6 +1,10 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
+ <properties>
5
+ <maven.compiler.source>1.6</maven.compiler.source>
6
+ <maven.compiler.target>1.6</maven.compiler.target>
7
+ </properties>
8
<modelVersion>4.0.0</modelVersion>
9
<groupId>com.raghusiddarth</groupId>
10
<artifactId>spring-password</artifactId>
0 commit comments