Skip to content

Commit

Permalink
java-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimatay committed Sep 7, 2024
1 parent 0b2cf96 commit 7b61b54
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions java-12/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ibrahimatay</groupId>
<artifactId>Java-Features</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>java-12</artifactId>


</project>
7 changes: 7 additions & 0 deletions java-12/src/main/java/com/ibrahimatay/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.ibrahimatay;

public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<module>java-21</module>
<module>java-17</module>
<module>java-22</module>
<module>java-12</module>
</modules>

<properties>
Expand Down

0 comments on commit 7b61b54

Please sign in to comment.