Skip to content

Commit

Permalink
Renamed package
Browse files Browse the repository at this point in the history
For #20 - renamed package from `com.g4s8.mime` to `wtf.g4s8.mime`
  • Loading branch information
g4s8 committed May 17, 2021
1 parent 1ee854f commit d095b35
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>com.g4s8</groupId>
<groupId>wtf.g4s8</groupId>
<artifactId>mime</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

import java.io.IOException;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

import java.io.IOException;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

import java.io.IOException;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*
* @since 0.1
*/
package com.g4s8.mime;
package wtf.g4s8.mime;
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime.test;
package wtf.g4s8.mime.test;

import com.g4s8.mime.MimeType;
import wtf.g4s8.mime.MimeType;
import java.io.IOException;
import org.hamcrest.CoreMatchers;
import org.hamcrest.Description;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime.test;
package wtf.g4s8.mime.test;

import com.g4s8.mime.MimeType;
import wtf.g4s8.mime.MimeType;
import java.io.IOException;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeMatcher;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime.test;
package wtf.g4s8.mime.test;

import com.g4s8.mime.MimeType;
import wtf.g4s8.mime.MimeType;
import java.io.IOException;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeMatcher;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*
* @since 0.1
*/
package com.g4s8.mime.test;
package wtf.g4s8.mime.test;
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

import java.util.Arrays;

import com.g4s8.mime.test.HmMimeHasParam;
import com.g4s8.mime.test.HmMimeHasSubType;
import com.g4s8.mime.test.HmMimeHasType;
import java.util.Arrays;
import org.hamcrest.Matchers;
import wtf.g4s8.mime.test.HmMimeHasParam;
import wtf.g4s8.mime.test.HmMimeHasSubType;
import wtf.g4s8.mime.test.HmMimeHasType;
import wtf.g4s8.oot.SequentialTests;
import wtf.g4s8.oot.SimpleTest;
import wtf.g4s8.oot.TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The MIT License (MIT) Copyright (c) 2017-2021 Kirill Ch. <g4s8.public@gmail.com>
* https://github.com/g4s8/mime/LICENSE.txt
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

import org.hamcrest.Matchers;
import wtf.g4s8.oot.SequentialTests;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/g4s8/mime/LICENSE.txt
*/

package com.g4s8.mime;
package wtf.g4s8.mime;

import wtf.g4s8.oot.ConsoleReport;
import wtf.g4s8.oot.FailingReport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*
* @since 0.1
*/
package com.g4s8.mime;
package wtf.g4s8.mime;

0 comments on commit d095b35

Please sign in to comment.