File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed
src/main/java/com/iluwatar/event/queue Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
1+ <?xml version =" 1.0" encoding = " UTF-8 " ?>
22<!--
33
44 The MIT License
2323 THE SOFTWARE.
2424
2525-->
26- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
27- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
26+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
27+ 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" >
2829 <modelVersion >4.0.0</modelVersion >
2930 <parent >
30- <groupId >com.iluwatar</groupId >
3131 <artifactId >java-design-patterns</artifactId >
32+ <groupId >com.iluwatar</groupId >
3233 <version >1.16.0-SNAPSHOT</version >
3334 </parent >
3435 <artifactId >event-queue</artifactId >
3940 <scope >test</scope >
4041 </dependency >
4142 </dependencies >
42- </project >
43+ </project >
Original file line number Diff line number Diff line change 2525
2626import java .io .File ;
2727import java .io .IOException ;
28- import java .lang .Thread .State ;
2928
3029import javax .sound .sampled .AudioInputStream ;
3130import javax .sound .sampled .AudioSystem ;
Original file line number Diff line number Diff line change 122122 <module >factory-kit</module >
123123 <module >feature-toggle</module >
124124 <module >value-object</module >
125- <module >module</module >
125+ <module >module</module >
126126 <module >monad</module >
127127 <module >mute-idiom</module >
128128 <module >mutex</module >
133133 <module >promise</module >
134134 <module >page-object</module >
135135 <module >event-asynchronous</module >
136- <module >event-queue</module >
136+ <module >event-queue</module >
137137 <module >queue-load-leveling</module >
138138 <module >object-mother</module >
139139 <module >converter</module >
302302 </action >
303303 </pluginExecution >
304304 <pluginExecution >
305- <pluginExecutionFilter >
306- <groupId >
307- com.github.markusmo3.urm
308- </groupId >
309- <artifactId >
310- urm-maven-plugin
311- </artifactId >
312- <versionRange >
313- [1.4.1,)
314- </versionRange >
315- <goals >
316- <goal >map</goal >
317- </goals >
318- </pluginExecutionFilter >
319- <action >
320- <ignore />
321- </action >
305+ <pluginExecutionFilter >
306+ <groupId >
307+ com.github.markusmo3.urm
308+ </groupId >
309+ <artifactId >
310+ urm-maven-plugin
311+ </artifactId >
312+ <versionRange >
313+ [1.4.1,)
314+ </versionRange >
315+ <goals >
316+ <goal >map</goal >
317+ </goals >
318+ </pluginExecutionFilter >
319+ <action >
320+ <ignore />
321+ </action >
322322 </pluginExecution >
323323 </pluginExecutions >
324324 </lifecycleMappingMetadata >
You can’t perform that action at this time.
0 commit comments