We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2971502 commit f09578cCopy full SHA for f09578c
1 file changed
guarded-suspension/pom.xml
@@ -23,16 +23,16 @@
23
THE SOFTWARE.
24
25
-->
26
-<project xmlns="http://maven.apache.org/POM/4.0.0"
27
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
29
+ <modelVersion>4.0.0</modelVersion>
30
<parent>
- <artifactId>java-design-patterns</artifactId>
31
<groupId>com.iluwatar</groupId>
32
+ <artifactId>java-design-patterns</artifactId>
33
<version>1.14.0-SNAPSHOT</version>
34
</parent>
- <modelVersion>4.0.0</modelVersion>
35
-
+ <packaging>jar</packaging>
36
<artifactId>guarded-suspension</artifactId>
37
<dependencies>
38
<dependency>
0 commit comments