restat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.narayana.rts</groupId> <artifactId>restat</artifactId> <version>7.0.0.Final</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright The Narayana Authors SPDX short identifier: Apache-2.0 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jboss.narayana.rts</groupId> <artifactId>rest-tx</artifactId> <version>7.0.0.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>restat</artifactId> <packaging>pom</packaging> <name>Narayana: restat</name> <description>RESTful Atomic Transactions</description> <modules> <module>util</module> <module>tx</module> <module>webservice</module> <module>integration</module> <module>bridge</module> </modules> <properties> <checkstyle.skip>false</checkstyle.skip> <sortpom.skip>false</sortpom.skip> <version.asm>3.3.1</version.asm> </properties> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <inherited>false</inherited> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <inherited>false</inherited> <executions> <execution> <id>default-install</id> <phase>install</phase> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>