Skip to content

Commit 0ba128c

Browse files
committed
Merge branch 'dev' of github.com:bhuwang/phpjava into dev
2 parents 1336f48 + 058a65c commit 0ba128c

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/**
2+
*
3+
*/
4+
package com.lftechnology.phpjava.one;
5+
6+
/**
7+
* @author bhuwan
8+
*
9+
*/
10+
public class ClassDemo {
11+
12+
/**
13+
* @param args
14+
*/
15+
public static void main(String[] args) {
16+
System.out.println();
17+
System.out.println("Hello Sita!");
18+
}
19+
20+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
*
3+
*/
4+
/**
5+
* @author bhuwan
6+
*
7+
*/
8+
package com.lftechnology.phpjava.one;

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,17 @@
1616
<module>bhuwan</module>
1717
<module>sanjay</module>
1818
</modules>
19+
<build>
20+
<plugins>
21+
<plugin>
22+
<groupId>org.apache.maven.plugins</groupId>
23+
<artifactId>maven-compiler-plugin</artifactId>
24+
<version>3.5.1</version>
25+
<configuration>
26+
<source>1.8</source>
27+
<target>1.8</target>
28+
</configuration>
29+
</plugin>
30+
</plugins>
31+
</build>
1932
</project>

0 commit comments

Comments
 (0)