Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
ROO-2630: Upgrade db versions and maven plugins in Roo and Roo wrappi…
Browse files Browse the repository at this point in the history
…ng poms
  • Loading branch information
Alan Stewart committed Aug 9, 2011
1 parent fced1a6 commit cf323a1
Show file tree
Hide file tree
Showing 23 changed files with 81 additions and 32 deletions.
2 changes: 1 addition & 1 deletion aopalliance/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bcpg-jdk15/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bcprov-jdk15/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloud-foundry-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${pom.groupId}.cloud-foundry-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion db2express/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
49 changes: 49 additions & 0 deletions derby-client/pom.xml
@@ -0,0 +1,49 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
<version>${osgiVersion}</version>
<packaging>bundle</packaging>
<name>Spring Roo - Wrapping - ${pkgArtifactId}</name>
<description>Derby Client #jdbcdriver driverclass:org.apache.derby.jdbc.ClientDriver. This bundle wraps the standard Maven artifact: ${pkgArtifactId}-${pkgVersion}.</description>

<properties>
<pkgArtifactId>derbyclient</pkgArtifactId>
<pkgVersion>10.8.1.2</pkgVersion>
<osgiVersion>${pkgVersion}.0001</osgiVersion>
<pkgVendor>Apache Derby</pkgVendor>
<pkgDocUrl>http://db.apache.org/derby/</pkgDocUrl>
<pkgLicense>http://db.apache.org/derby/license.html</pkgLicense>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>10.8.1.2</version>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>com.ibm.jvm.*;resolution:=optional,org.apache.xml.utils.*;resolution:=optional,org.apache.xalan.*;resolution:=optional,org.apache.xpath.*;resolution:=optional,org.apache.derby.impl.drda.*;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion derby/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion firebird/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions h2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand All @@ -15,8 +15,8 @@

<properties>
<pkgArtifactId>h2</pkgArtifactId>
<pkgVersion>1.3.155</pkgVersion>
<osgiVersion>${pkgVersion}.0020</osgiVersion>
<pkgVersion>1.3.158</pkgVersion>
<osgiVersion>${pkgVersion}.0030</osgiVersion>
<pkgVendor>H2 Database Engine</pkgVendor>
<pkgDocUrl>http://www.h2database.com</pkgDocUrl>
<pkgLicense>http://www.h2database.com/html/license.html</pkgLicense>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>1.3.155</version>
<version>1.3.158</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hapax/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inflector/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javaparser/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jgit/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jline/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json-simple/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jtds/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jtopen/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mysql/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand All @@ -15,8 +15,8 @@

<properties>
<pkgArtifactId>mysql-connector-java</pkgArtifactId>
<pkgVersion>5.1.13</pkgVersion>
<osgiVersion>${pkgVersion}.0010</osgiVersion>
<pkgVersion>5.1.17</pkgVersion>
<osgiVersion>${pkgVersion}.0020</osgiVersion>
<pkgVendor>MySQL</pkgVendor>
<pkgDocUrl>http://www.mysql.com/</pkgDocUrl>
<pkgLicense>http://www.mysql.com/about/legal/licensing/oem/</pkgLicense> <!-- Based on GPL license -->
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<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>
<groupId>org.springframework.roo</groupId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
<artifactId>wrapping</artifactId>
<packaging>pom</packaging>
<name>Spring Roo - Wrapping</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.2</version>
<version>1.3</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
Expand All @@ -93,15 +93,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<version>2.5</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8</version>
<version>2.9</version>
<configuration>
<printSummary>false</printSummary>
</configuration>
Expand Down Expand Up @@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<configuration>
<rules>
<DependencyConvergence />
Expand Down
2 changes: 1 addition & 1 deletion postgresql/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}-jdbc3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-full/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.4.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-lite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.roo</groupId>
<artifactId>wrapping</artifactId>
<version>1.1.3.RELEASE</version>
<version>1.1.5.RELEASE</version>
</parent>
<groupId>org.springframework.roo.wrapping</groupId>
<artifactId>${project.groupId}.${pkgArtifactId}-lite</artifactId>
Expand Down

0 comments on commit cf323a1

Please sign in to comment.