Skip to content

Commit

Permalink
fix: fix package name issue for publish to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 5, 2023
1 parent 53aac9e commit 3951310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.unimesh.eval.picker
package cc.unitmesh.eval.picker

import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.parameters.options.option
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.unimesh.eval.picker.version
package cc.unitmesh.eval.picker.version

import kotlinx.coroutines.CoroutineScope

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.unimesh.eval.picker.version
package cc.unitmesh.eval.picker.version

import kotlinx.coroutines.coroutineScope
import org.archguard.scanner.analyser.count.FileJob
Expand Down

0 comments on commit 3951310

Please sign in to comment.