#5 - Polishing pom.xml in preparation of 1.0 release.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<artifactId>spring-plugin-core</artifactId>
|
||||
|
||||
<name>Spring Plugin Core</name>
|
||||
<name>Spring Plugin - Core</name>
|
||||
<description>Core plugin infrastructure</description>
|
||||
|
||||
<parent>
|
||||
@@ -44,13 +44,6 @@
|
||||
<version>${spring.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
<version>2.2.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<artifactId>spring-plugin-integration</artifactId>
|
||||
|
||||
<name>Spring Plugin Spring Integration integration</name>
|
||||
<name>Spring Plugin - Spring Integration integration</name>
|
||||
|
||||
<properties>
|
||||
<spring.integration.version>2.1.4.RELEASE</spring.integration.version>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-plugin-metadata</artifactId>
|
||||
|
||||
<name>Spring Plugin Metadata Extension</name>
|
||||
<name>Spring Plugin - Metadata Extension</name>
|
||||
<description>Extension package for metadata based plugins</description>
|
||||
|
||||
<parent>
|
||||
|
||||
34
pom.xml
34
pom.xml
@@ -9,7 +9,7 @@
|
||||
<description>Simple plugin infrastructure</description>
|
||||
|
||||
<organization>
|
||||
<name>SpringSource, a division of VMware</name>
|
||||
<name>Pivotal, Inc.</name>
|
||||
<url>http://www.springsource.org</url>
|
||||
</organization>
|
||||
<inceptionYear>2008</inceptionYear>
|
||||
@@ -45,18 +45,18 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<spring.version>3.1.3.RELEASE</spring.version>
|
||||
<slf4j.version>1.7.2</slf4j.version>
|
||||
<spring.version>3.2.6.RELEASE</spring.version>
|
||||
<slf4j.version>1.7.5</slf4j.version>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>gierke</id>
|
||||
<name>Oliver Gierke</name>
|
||||
<email>ogierke@vmware.com</email>
|
||||
<email>ogierke@gopivotal.com</email>
|
||||
<url>http://www.olivergierke.de</url>
|
||||
<organization>SpringSource - a division of VMware</organization>
|
||||
<organizationUrl>http://www.springsource.com</organizationUrl>
|
||||
<organization>Pivtoal</organization>
|
||||
<organizationUrl>http://www.gopivotal.com</organizationUrl>
|
||||
<roles>
|
||||
<role>Project lead</role>
|
||||
</roles>
|
||||
@@ -75,8 +75,8 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit-dep</artifactId>
|
||||
<version>4.10</version>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<version>1.0.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
@@ -164,7 +164,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>2.9.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
@@ -179,7 +179,7 @@
|
||||
</build>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/SpringSource/spring-plugin</url>
|
||||
<url>https://github.com/spring-projects/spring-plugin</url>
|
||||
</scm>
|
||||
|
||||
<ciManagement>
|
||||
@@ -189,13 +189,13 @@
|
||||
|
||||
<issueManagement>
|
||||
<system>Github</system>
|
||||
<url>https://github.com/SpringSource/spring-plugin/issues</url>
|
||||
<url>https://github.com/spring-projects/spring-plugin/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-release</id>
|
||||
<url>http://repo.springsource.org/libs-release</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>http://repo.spring.io/libs-release</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
@@ -204,8 +204,8 @@
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-plugins</id>
|
||||
<url>http://repo.springsource.org/plugins-release</url>
|
||||
<id>spring-plugins-release</id>
|
||||
<url>http://repo.spring.io/plugins-release</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
|
||||
Reference in New Issue
Block a user