pom.xml (wildfly-21.0.0.Final-src) | : | pom.xml (wildfly-21.0.1.Final-src) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.wildfly</groupId> | <groupId>org.wildfly</groupId> | |||
<artifactId>wildfly-clustering-marshalling</artifactId> | <artifactId>wildfly-clustering-marshalling</artifactId> | |||
<!-- | <!-- | |||
Maintain separation between the artifact id and the version to help prev ent | Maintain separation between the artifact id and the version to help prev ent | |||
merge conflicts between commits changing the GA and those changing the V . | merge conflicts between commits changing the GA and those changing the V . | |||
--> | --> | |||
<version>21.0.0.Final</version> | <version>21.0.1.Final</version> | |||
</parent> | </parent> | |||
<artifactId>wildfly-clustering-marshalling-api</artifactId> | <artifactId>wildfly-clustering-marshalling-api</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>WildFly: Clustering marshalling API</name> | <name>WildFly: Clustering marshalling API</name> | |||
<description> | <description> | |||
Public module containing interfaces to be implemented by applications an d internal modules to optimize marshalling behavior for both distributable @Stat eful EJBs and HTTP sessions. | Public module containing interfaces to be implemented by applications an d internal modules to optimize marshalling behavior for both distributable @Stat eful EJBs and HTTP sessions. | |||
The API is independent of the backing marshalling framework. | The API is independent of the backing marshalling framework. | |||
</description> | </description> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |