Skip to content

Commit

Permalink
component name is scxml, not scxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 21, 2023
1 parent d146443 commit f7352c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
Apache Commons SCXML
===================

[![Travis-CI Status](https://travis-ci.org/apache/commons-scxml2.svg)](https://travis-ci.org/apache/commons-scxml2)
[![GitHub Actions Status](https://github.com/apache/commons-scxml2/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-scxml2/actions)
[![GitHub Actions Status](https://github.com/apache/commons-scxml/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-scxml/actions)
[![Coverage Status](https://coveralls.io/repos/apache/commons-scxml2/badge.svg)](https://coveralls.io/r/apache/commons-scxml2)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-scxml2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-scxml2/)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-scxml2/2.0-alpha-1.svg)](https://javadoc.io/doc/org.apache.commons/commons-scxml2/2.0-alpha-1)
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>scxml2</commons.componentid>
<!-- Do not change: "scxml" is the name of the component even if the
name of the base package evolves with major release numbers
-->
<commons.componentid>scxml</commons.componentid>
<commons.module.name>org.apache.commons.scxml2</commons.module.name>
<commons.release.version>2.0-alpha-1</commons.release.version>
<commons.release.desc>(Java 8.0+)</commons.release.desc>
Expand Down

0 comments on commit f7352c5

Please sign in to comment.