[maven-release-plugin] prepare release apache-lens-2.3.0-beta
Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/d3ba5a38 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/d3ba5a38 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/d3ba5a38 Branch: refs/heads/master Commit: d3ba5a3845fdd1a90596f04ac979ab54bc1e65ad Parents: 8dcfcde Author: Rajat Khandelwal <[email protected]> Authored: Tue Aug 25 17:56:09 2015 +0530 Committer: Rajat Khandelwal <[email protected]> Committed: Tue Aug 25 17:56:09 2015 +0530 ---------------------------------------------------------------------- checkstyle/pom.xml | 6 +++++- lens-api/pom.xml | 2 +- lens-cli/pom.xml | 2 +- lens-client/pom.xml | 2 +- lens-cube/pom.xml | 2 +- lens-dist/pom.xml | 2 +- lens-driver-es/pom.xml | 5 ++--- lens-driver-hive/pom.xml | 2 +- lens-driver-jdbc/pom.xml | 17 ++++++++--------- lens-examples/pom.xml | 2 +- lens-ml-dist/pom.xml | 2 +- lens-ml-lib/pom.xml | 2 +- lens-query-lib/pom.xml | 2 +- lens-regression/pom.xml | 2 +- lens-server-api/pom.xml | 2 +- lens-server/pom.xml | 19 +++++++++---------- lens-storage-db/pom.xml | 2 +- pom.xml | 13 ++++++------- 18 files changed, 43 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 99928c3..545941f 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> <name>Lens Checkstyle Rules</name> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> <build> <plugins> @@ -49,4 +49,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>apache-lens-2.3.0-beta</tag> + </scm> </project> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-api/pom.xml ---------------------------------------------------------------------- diff --git a/lens-api/pom.xml b/lens-api/pom.xml index 6a9517f..b1b2103 100644 --- a/lens-api/pom.xml +++ b/lens-api/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-api</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-cli/pom.xml ---------------------------------------------------------------------- diff --git a/lens-cli/pom.xml b/lens-cli/pom.xml index 22bfa1f..783215b 100644 --- a/lens-cli/pom.xml +++ b/lens-cli/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-client/pom.xml ---------------------------------------------------------------------- diff --git a/lens-client/pom.xml b/lens-client/pom.xml index e726ead..052dd54 100644 --- a/lens-client/pom.xml +++ b/lens-client/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-client</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-cube/pom.xml ---------------------------------------------------------------------- diff --git a/lens-cube/pom.xml b/lens-cube/pom.xml index 394acef..3a49b28 100644 --- a/lens-cube/pom.xml +++ b/lens-cube/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-cube</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-dist/pom.xml ---------------------------------------------------------------------- diff --git a/lens-dist/pom.xml b/lens-dist/pom.xml index 9b0cda6..8bb998e 100644 --- a/lens-dist/pom.xml +++ b/lens-dist/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-dist</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-driver-es/pom.xml ---------------------------------------------------------------------- diff --git a/lens-driver-es/pom.xml b/lens-driver-es/pom.xml index 178aaca..d450b13 100644 --- a/lens-driver-es/pom.xml +++ b/lens-driver-es/pom.xml @@ -19,13 +19,12 @@ under the License. --> -<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.apache.lens</groupId> <artifactId>apache-lens</artifactId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-driver-es</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-driver-hive/pom.xml ---------------------------------------------------------------------- diff --git a/lens-driver-hive/pom.xml b/lens-driver-hive/pom.xml index 7fe1a7a..a1c87da 100644 --- a/lens-driver-hive/pom.xml +++ b/lens-driver-hive/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-driver-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/lens-driver-jdbc/pom.xml b/lens-driver-jdbc/pom.xml index b3643d4..db560be 100644 --- a/lens-driver-jdbc/pom.xml +++ b/lens-driver-jdbc/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-driver-jdbc</artifactId> @@ -98,17 +98,16 @@ </goals> <configuration> <target> - <property name="build.compiler" value="extJavac"/> - <property name="compile_classpath" refid="maven.compile.classpath"/> - <mkdir dir="${project.build.directory}/additional-classes"/> - <javac includeantruntime="false" srcdir="src/additional/java" - destdir="${project.build.directory}/additional-classes" classpath="${compile_classpath}"/> - <mkdir dir="${project.build.directory}/testjars"/> + <property name="build.compiler" value="extJavac" /> + <property name="compile_classpath" refid="maven.compile.classpath" /> + <mkdir dir="${project.build.directory}/additional-classes" /> + <javac includeantruntime="false" srcdir="src/additional/java" destdir="${project.build.directory}/additional-classes" classpath="${compile_classpath}" /> + <mkdir dir="${project.build.directory}/testjars" /> <jar destfile="${project.build.directory}/testjars/test.jar"> - <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass.class"/> + <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass.class" /> </jar> <jar destfile="${project.build.directory}/testjars/serde.jar"> - <fileset dir="${project.build.directory}/additional-classes" includes="DatabaseJarSerde.class"/> + <fileset dir="${project.build.directory}/additional-classes" includes="DatabaseJarSerde.class" /> </jar> </target> </configuration> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-examples/pom.xml ---------------------------------------------------------------------- diff --git a/lens-examples/pom.xml b/lens-examples/pom.xml index 4db53fb..1d74ea0 100644 --- a/lens-examples/pom.xml +++ b/lens-examples/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-examples</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-ml-dist/pom.xml ---------------------------------------------------------------------- diff --git a/lens-ml-dist/pom.xml b/lens-ml-dist/pom.xml index 3fe3dd5..76b8e66 100644 --- a/lens-ml-dist/pom.xml +++ b/lens-ml-dist/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-ml-dist</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-ml-lib/pom.xml ---------------------------------------------------------------------- diff --git a/lens-ml-lib/pom.xml b/lens-ml-lib/pom.xml index caa3ac6..fb1e99d 100644 --- a/lens-ml-lib/pom.xml +++ b/lens-ml-lib/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-query-lib/pom.xml ---------------------------------------------------------------------- diff --git a/lens-query-lib/pom.xml b/lens-query-lib/pom.xml index aa9ed0a..6dfa330 100644 --- a/lens-query-lib/pom.xml +++ b/lens-query-lib/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-query-lib</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-regression/pom.xml ---------------------------------------------------------------------- diff --git a/lens-regression/pom.xml b/lens-regression/pom.xml index 9f972cd..f2acc47 100644 --- a/lens-regression/pom.xml +++ b/lens-regression/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-regression</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-server-api/pom.xml ---------------------------------------------------------------------- diff --git a/lens-server-api/pom.xml b/lens-server-api/pom.xml index d96fb59..87d37e4 100644 --- a/lens-server-api/pom.xml +++ b/lens-server-api/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-server-api</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-server/pom.xml ---------------------------------------------------------------------- diff --git a/lens-server/pom.xml b/lens-server/pom.xml index d7f9ac4..74db05d 100644 --- a/lens-server/pom.xml +++ b/lens-server/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <properties> @@ -301,20 +301,19 @@ </goals> <configuration> <target> - <property name="build.compiler" value="extJavac"/> - <property name="compile_classpath" refid="maven.compile.classpath"/> - <mkdir dir="${project.build.directory}/additional-classes"/> - <javac includeantruntime="false" srcdir="src/additional/java" - destdir="${project.build.directory}/additional-classes" classpath="${compile_classpath}"/> - <mkdir dir="${project.build.directory}/testjars"/> + <property name="build.compiler" value="extJavac" /> + <property name="compile_classpath" refid="maven.compile.classpath" /> + <mkdir dir="${project.build.directory}/additional-classes" /> + <javac includeantruntime="false" srcdir="src/additional/java" destdir="${project.build.directory}/additional-classes" classpath="${compile_classpath}" /> + <mkdir dir="${project.build.directory}/testjars" /> <jar destfile="${project.build.directory}/testjars/test.jar"> - <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass.class"/> + <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass.class" /> </jar> <jar destfile="${project.build.directory}/testjars/test2.jar"> - <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass2.class"/> + <fileset dir="${project.build.directory}/additional-classes" includes="ClassLoaderTestClass2.class" /> </jar> <jar destfile="${project.build.directory}/testjars/serde.jar"> - <fileset dir="${project.build.directory}/additional-classes" includes="DatabaseJarSerde.class"/> + <fileset dir="${project.build.directory}/additional-classes" includes="DatabaseJarSerde.class" /> </jar> </target> </configuration> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/lens-storage-db/pom.xml ---------------------------------------------------------------------- diff --git a/lens-storage-db/pom.xml b/lens-storage-db/pom.xml index 05d50a1..3ba3527 100644 --- a/lens-storage-db/pom.xml +++ b/lens-storage-db/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>apache-lens</artifactId> <groupId>org.apache.lens</groupId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </parent> <artifactId>lens-storage-db</artifactId> http://git-wip-us.apache.org/repos/asf/lens/blob/d3ba5a38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 427c24d..24416d1 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,7 @@ under the License. --> -<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> @@ -121,7 +120,7 @@ <groupId>org.apache.lens</groupId> <artifactId>apache-lens</artifactId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> <name>Lens</name> <packaging>pom</packaging> <description>Unified Analytics Platform</description> @@ -325,7 +324,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/lens.git</url> - <tag>HEAD</tag> + <tag>apache-lens-2.3.0-beta</tag> </scm> <reporting> @@ -612,7 +611,7 @@ <dependency> <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </dependency> </dependencies> <executions> @@ -1585,7 +1584,7 @@ <failOnError>false</failOnError> <tasks> <propertyfile file="target/generated-classes/cobertura/cobertura.properties"> - <entry key="net.sourceforge.cobertura.datafile" value="${mvn.lens.install.dir}"/> + <entry key="net.sourceforge.cobertura.datafile" value="${mvn.lens.install.dir}" /> </propertyfile> </tasks> </configuration> @@ -1619,7 +1618,7 @@ <dependency> <groupId>org.apache.lens</groupId> <artifactId>checkstyle</artifactId> - <version>2.3.0-beta-SNAPSHOT</version> + <version>2.3.0-beta</version> </dependency> </dependencies> <executions>
