Skip to content

Commit c372fb3

Browse files
Renaming pakage as org.redhat.gitparser
1 parent b426511 commit c372fb3

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<configuration>
8989
<archive>
9090
<manifest>
91-
<mainClass>org.clebert.ArtemisParser</mainClass>
91+
<mainClass>org.redhat.gitparser.ArtemisParser</mainClass>
9292
</manifest>
9393
</archive>
9494
<descriptorRefs>

src/main/java/org/clebert/App.java renamed to src/main/java/org/redhat/gitparser/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.clebert;
1+
package org.redhat.gitparser;
22

33
/**
44
* Hello world!

src/main/java/org/clebert/ArtemisParser.java renamed to src/main/java/org/redhat/gitparser/ArtemisParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.clebert;
18+
package org.redhat.gitparser;
1919

2020
import java.io.File;
2121
import java.io.FileOutputStream;

src/main/java/org/clebert/GitParser.java renamed to src/main/java/org/redhat/gitparser/GitParser.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.clebert;
18+
package org.redhat.gitparser;
1919

2020
import javax.json.Json;
2121
import javax.json.JsonObject;
22-
import javax.json.JsonString;
2322
import java.io.ByteArrayOutputStream;
2423
import java.io.File;
2524
import java.io.IOException;
@@ -52,8 +51,6 @@
5251
import org.eclipse.jgit.treewalk.CanonicalTreeParser;
5352
import org.eclipse.jgit.util.io.DisabledOutputStream;
5453

55-
import org.apache.johnzon.core.*;
56-
5754
/**
5855
* @author Clebert Suconic
5956
*/

src/main/java/org/clebert/WildflyParser.java renamed to src/main/java/org/redhat/gitparser/WildflyParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.clebert;
18+
package org.redhat.gitparser;
1919

2020
import java.io.File;
2121
import java.io.FileOutputStream;

src/test/java/org/clebert/JiraReplaceTest.java renamed to src/test/java/org/redhat/gitparser/JiraReplaceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.clebert;
18+
package org.redhat.gitparser;
1919

2020
import java.io.File;
2121

0 commit comments

Comments
 (0)