Skip to content

Commit 629102f

Browse files
author
eberhardtj
committed
Change group to 'org.metafacture.contrib'
1 parent 44380dd commit 629102f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
group 'com.github.eberhardtj'
1+
group 'org.metafacture.contrib'
22
version '0.3.2'
33

44
apply plugin: 'java'

src/main/java/org/metafacture/csv/SimpleCsvEncoder.java renamed to src/main/java/org/metafacture/contrib/csv/SimpleCsvEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.metafacture.csv;
16+
package org.metafacture.contrib.csv;
1717

1818
import com.opencsv.CSVWriter;
1919
import org.metafacture.framework.FluxCommand;

src/main/resources/flux-commands.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
encode-csv org.metafacture.csv.SimpleCsvEncoder
16+
encode-csv org.metafacture.contrib.csv.SimpleCsvEncoder
1717

1818

src/test/java/org/metafacture/csv/SimpleCsvEncoderTest.java renamed to src/test/java/org/metafacture/contrib/csv/SimpleCsvEncoderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.metafacture.csv;
16+
package org.metafacture.contrib.csv;
1717

1818
import org.junit.Before;
1919
import org.junit.Test;

0 commit comments

Comments
 (0)