File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >java-design-patterns</artifactId >
7+ <groupId >com.iluwatar</groupId >
8+ <version >1.16.0-SNAPSHOT</version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+
12+ <artifactId >marker</artifactId >
13+
14+
15+ </project >
Original file line number Diff line number Diff line change 1+ /**
2+ * Created by Alexis on 28-Apr-17.
3+ */
4+ public class App {
5+
6+ }
Original file line number Diff line number Diff line change 139139 <module >converter</module >
140140 <module >guarded-suspension</module >
141141 <module >balking</module >
142+ <module >marker</module >
142143 </modules >
143144
144145 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments