shrike-ioc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.gilbertovento</groupId>
<artifactId>shrike-ioc</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>com.github.gilbertovento</groupId>
<artifactId>shrike-pom</artifactId>
<version>1.1</version>
</parent>
<artifactId>shrike-ioc</artifactId>
<version>1.0</version>
<name>Shrike IoC</name>
<description>Shrike Inversion of Control API.</description>
<scm>
<connection>scm:git:https://github.com/gilbertovento/shrike.git</connection>
<developerConnection>scm:git:https://github.com/gilbertovento/shrike.git</developerConnection>
<url>https://github.com/gilbertovento/shrike</url>
<tag>shrike-ioc-v1.0</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>none</proc>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagNameFormat>@{project.artifactId}-v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>true</useReleaseProfile>
</configuration>
</plugin>
</plugins>
</build>
</project>