Refactor package name to conform to standard

This commit is contained in:
David Morley 2016-02-18 07:21:46 -06:00
parent a44e7bc606
commit e58f0b0e43
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<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>
<groupId>org.baeldung</groupId>
<groupId>com.baeldung</groupId>
<artifactId>json-path</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>json-path</name>

View File

@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;

View File

@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;

View File

@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;

View File

@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;