fullstop-plugins
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.zalando.stups</groupId> <artifactId>fullstop-plugins</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!--~ ~ Copyright 2015 Zalando SE ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.zalando.stups</groupId> <artifactId>fullstop-parent</artifactId> <version>2</version> <relativePath /> </parent> <artifactId>fullstop-plugins</artifactId> <name>Fullstop -- Plugins</name> <version>1.1.0</version> <packaging>pom</packaging> <properties> <fullstop-plugin-api.version>1.1.0</fullstop-plugin-api.version> <fullstop-violation-api.version>1.1.0</fullstop-violation-api.version> <fullstop-aws-support.version>1.1.0</fullstop-aws-support.version> <fullstop-testing.version>1.1.0</fullstop-testing.version> <fullstop-violation-jpa.version>1.1.0</fullstop-violation-jpa.version> </properties> <modules> <module>fullstop-ami-plugin</module> <module>fullstop-application-masterdata-plugin</module> <module>fullstop-count-events-plugin</module> <module>fullstop-hello-event-plugin</module> <module>fullstop-instance-plugin</module> <module>fullstop-keypair-plugin</module> <module>fullstop-region-plugin</module> <module>fullstop-registry-plugin</module> <module>fullstop-save-securitygroups-plugin</module> <module>fullstop-application-lifecycle-plugin</module> <module>fullstop-snapshot-source-plugin</module> <module>fullstop-subnet-plugin</module> <module>fullstop-unapproved-services-and-role-plugin</module> <module>fullstop-scm-repository-plugin</module> </modules> <scm> <url>https://github.com/zalando-stups/fullstop.git</url> <connection>scm:git:git@github.com:zalando-stups/fullstop.git</connection> <developerConnection>scm:git:git@github.com:zalando-stups/fullstop.git</developerConnection> <tag>fullstop-plugins-1.1.0</tag> </scm> </project>