We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ca010 commit 8a1e84aCopy full SHA for 8a1e84a
2 files changed
docker-java-tutorials.iml
@@ -5,7 +5,7 @@
5
<configuration />
6
</facet>
7
</component>
8
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
9
<output url="file://$MODULE_DIR$/target/classes" />
10
<output-test url="file://$MODULE_DIR$/target/test-classes" />
11
<content url="file://$MODULE_DIR$">
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>com.learn.docker</groupId>
14
<artifactId>docker-java-tutorials</artifactId>
15
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
16
17
<properties>
18
<docker-java.version>3.1.0-rc-3</docker-java.version>
0 commit comments