Commit e434ec59 authored by sachin.shukla's avatar sachin.shukla

Update pom.xml

parent 237c7260
...@@ -7,6 +7,18 @@ ...@@ -7,6 +7,18 @@
<groupId>com.deskera.exam</groupId> <groupId>com.deskera.exam</groupId>
<artifactId>InterviewExam</artifactId> <artifactId>InterviewExam</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies> <dependencies>
...@@ -22,4 +34,4 @@ ...@@ -22,4 +34,4 @@
<type>maven-plugin</type> <type>maven-plugin</type>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment