mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Maven SCM section update and inheritance fix
This commit is contained in:
parent
048a4e1553
commit
646e6705b0
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-apt</artifactId>
|
||||
<name>Querydsl - APT support</name>
|
||||
<description>APT based Source code generation for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.2.0.Final</hibernate.version>
|
||||
<jdo.version>2.3-eb</jdo.version>
|
||||
@ -225,4 +232,4 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-codegen</artifactId>
|
||||
<name>Querydsl - Codegen module</name>
|
||||
<description>codegen module for querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
@ -76,4 +83,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-collections</artifactId>
|
||||
<name>Querydsl - Collections support</name>
|
||||
<description>Collections support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
@ -88,4 +95,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-core</artifactId>
|
||||
<name>Querydsl - Core module</name>
|
||||
<description>core module for querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
@ -133,4 +140,4 @@
|
||||
<properties>
|
||||
<bridge-method.version>1.11</bridge-method.version>
|
||||
</properties>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-hibernate-search</artifactId>
|
||||
<name>Querydsl - Hibernate Search support</name>
|
||||
<description>Hibernate Search support for querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.1.7.Final</hibernate.version>
|
||||
<hibernate.validator.version>4.3.0.Final</hibernate.validator.version>
|
||||
@ -131,4 +138,4 @@
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-jdo</artifactId>
|
||||
<name>Querydsl - JDO support</name>
|
||||
<description>JDO support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<dn.version>3.2.0-release</dn.version>
|
||||
<dn.plugin.version>3.2.0-release</dn.plugin.version>
|
||||
@ -282,4 +289,4 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-jpa-codegen</artifactId>
|
||||
<name>Querydsl - JPA Codegen support</name>
|
||||
<description>JPA Codegen support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.1.7.Final</hibernate.version>
|
||||
<hibernate.validator.version>4.3.0.Final</hibernate.validator.version>
|
||||
@ -116,4 +123,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-jpa</artifactId>
|
||||
<name>Querydsl - JPA support</name>
|
||||
<description>JPA support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<hibernate.version>4.3.5.Final</hibernate.version>
|
||||
<hibernate.validator.version>4.3.1.Final</hibernate.validator.version>
|
||||
@ -349,4 +356,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-lucene3</artifactId>
|
||||
<name>Querydsl - Lucene 3 support</name>
|
||||
<description>Lucene support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<lucene.version>3.6.2</lucene.version>
|
||||
</properties>
|
||||
@ -96,4 +103,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-lucene4</artifactId>
|
||||
<name>Querydsl - Lucene 4 support</name>
|
||||
<description>Lucene support for Querydsl</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<lucene.version>4.2.1</lucene.version>
|
||||
</properties>
|
||||
@ -108,4 +115,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -13,8 +13,15 @@
|
||||
<artifactId>querydsl-maven-plugin</artifactId>
|
||||
<name>Querydsl - Maven plugin</name>
|
||||
<description>Querydsl Maven plugin</description>
|
||||
<url>${project.homepage}</url>
|
||||
<packaging>maven-plugin</packaging>
|
||||
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<mvn.version>2.2.1</mvn.version>
|
||||
<jdo.version>2.3-eb</jdo.version>
|
||||
@ -91,4 +98,4 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -7,7 +7,7 @@
|
||||
<version>3.4.0.BUILD-SNAPSHOT</version>
|
||||
<name>Querydsl</name>
|
||||
<description>parent project for Querydsl modules</description>
|
||||
<url>http://www.querydsl.com</url>
|
||||
<url>${project.homepage}</url>
|
||||
|
||||
<parent>
|
||||
<groupId>com.mysema.home</groupId>
|
||||
@ -22,6 +22,9 @@
|
||||
<properties>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.homepage>http://www.querydsl.com</project.homepage>
|
||||
<project.githubpage>http://github.com/querydsl/querydsl</project.githubpage>
|
||||
<project.checkout>scm:git:git@github.com:querydsl/querydsl.git</project.checkout>
|
||||
|
||||
<!-- deps -->
|
||||
<derby.version>10.10.1.1</derby.version>
|
||||
@ -92,10 +95,10 @@
|
||||
<url>http://www.mysema.com</url>
|
||||
</organization>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:querydsl/querydsl.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:querydsl/querydsl.git</developerConnection>
|
||||
<url>git@github.com:querydsl/querydsl.git</url>
|
||||
<scm>
|
||||
<connection>${project.checkout}</connection>
|
||||
<developerConnection>${project.checkout}</developerConnection>
|
||||
<url>${project.githubpage}</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
@ -561,4 +564,4 @@
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user