Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dandiep committed Jul 18, 2011
2 parents 8ba04d0 + cc481c8 commit ee57c44
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 67 deletions.
5 changes: 2 additions & 3 deletions distribution/pom.xml
@@ -1,10 +1,9 @@
<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">
<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.mule.mql</groupId>
<artifactId>mql-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>mql-distribution</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions examples/pom.xml
@@ -1,10 +1,9 @@
<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">
<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.mule.mql</groupId>
<artifactId>mql-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>mql-examples</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions mql-mule/pom.xml
@@ -1,10 +1,9 @@
<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">
<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.mule.mql</groupId>
<artifactId>mql-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>mql-mule</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions mql/pom.xml
@@ -1,10 +1,9 @@
<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">
<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.mule.mql</groupId>
<artifactId>mql-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.mule.mql</groupId>
Expand Down
109 changes: 54 additions & 55 deletions pom.xml
@@ -1,55 +1,54 @@
<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>
<groupId>org.mule.mql</groupId>
<artifactId>mql-parent</artifactId>
<name>Mashup Query Language Parent</name>
<version>0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>examples</module>
<module>mql</module>
<module>mql-mule</module>
<module>distribution</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
</build>

<scm>
<connection>scm:git:git://github.org.mule.mql.git</connection>
<developerConnection>scm:git:git@github.org.mule.mql.git</developerConnection>
<url>http://github.org.mule.mql</url>
</scm>

<distributionManagement>
<repository>
<id>mulesoft.releases</id>
<name>Muleforge Releases Repository</name>
<url>https://repository.mulesoft.org/releases/</url>
</repository>
<snapshotRepository>
<id>mulesoft.snapshots</id>
<name>Muleforge Snapshots Repository</name>
<url>https://repository.mulesoft.org/snapshots/</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</project>
<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>
<groupId>com.mulesoft.mql</groupId>
<artifactId>mql-parent</artifactId>
<name>Mashup Query Language Parent</name>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>examples</module>
<module>mql</module>
<module>mql-mule</module>
<module>distribution</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>
</extensions>
</build>

<scm>
<connection>scm:git:git://github.com:mulesoft/mql.git</connection>
<developerConnection>scm:git:git@github.com:mulesoft/mql.git</developerConnection>
<url>http://github.com/mulesoft/mql</url>
</scm>

<distributionManagement>
<repository>
<id>mulesoft.releases</id>
<name>Muleforge Releases Repository</name>
<url>https://repository.mulesoft.org/releases/</url>
</repository>
<snapshotRepository>
<id>mulesoft.snapshots</id>
<name>Muleforge Snapshots Repository</name>
<url>https://repository.mulesoft.org/snapshots/</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit ee57c44

Please sign in to comment.