| 
									
										
										
										
											2023-01-06 23:12:38 +01:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2023-04-05 07:14:09 +05:30
										 |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2023-01-06 23:12:38 +01:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2023-04-05 07:14:09 +05:30
										 |  |  |     <artifactId>core-java-19</artifactId> | 
					
						
							|  |  |  |     <name>core-java-19</name> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-06 23:12:38 +01:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung.core-java-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>core-java-modules</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <source>19</source> | 
					
						
							|  |  |  |                     <target>19</target> | 
					
						
							|  |  |  |                     <compilerArgs>--enable-preview</compilerArgs> | 
					
						
							| 
									
										
										
										
											2023-06-22 02:20:45 +05:30
										 |  |  |                     <compilerArgs>--add-modules=jdk.incubator.vector</compilerArgs> | 
					
						
							| 
									
										
										
										
											2023-01-06 23:12:38 +01:00
										 |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-05 07:14:09 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.source>19</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>19</maven.compiler.target> | 
					
						
							|  |  |  |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-06 23:12:38 +01:00
										 |  |  | </project> |