Skip to content

Commit 3e54531

Browse files
Merge pull request #419 from square/zachklipp/fix-workflow-ui-module-name
Fix modules names.
2 parents e381088 + 14ee680 commit 3e54531

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

kotlin/workflow-core/gradle.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-
POM_ARTIFACT_ID=workflow-core
16+
POM_ARTIFACT_ID=workflow-core-jvm
1717
POM_NAME=Workflow Core
1818
POM_PACKAGING=jar

kotlin/workflow-runtime/gradle.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-
POM_ARTIFACT_ID=workflow-runtime
16+
POM_ARTIFACT_ID=workflow-runtime-jvm
1717
POM_NAME=Workflow Runtime
1818
POM_PACKAGING=jar

kotlin/workflow-testing/gradle.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-
POM_ARTIFACT_ID=workflow-testing
16+
POM_ARTIFACT_ID=workflow-testing-jvm
1717
POM_NAME=Workflow Testing
1818
POM_PACKAGING=jar

kotlin/workflow-ui-core/gradle.properties

Lines changed: 2 additions & 2 deletions
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-
POM_ARTIFACT_ID=workflow-ui
17-
POM_NAME=Workflow UI
16+
POM_ARTIFACT_ID=workflow-ui-core-jvm
17+
POM_NAME=Workflow UI Core
1818
POM_PACKAGING=jar

0 commit comments

Comments
 (0)