Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 11, 2015
1 parent 1fd0288 commit 42943a1
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion assemble/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-core</artifactId>
<name>Core</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-examples-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fate/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-fate</artifactId>
<name>Fate</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minicluster/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-minicluster</artifactId>
<name>MiniCluster</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<name>Apache Accumulo</name>
<description>Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<scm>
<connection>scm:git:git://git.apache.org/accumulo.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/accumulo.git</developerConnection>
<tag>${project.version}</tag>
<tag>1.6.2</tag>
<url>https://git-wip-us.apache.org/repos/asf?p=accumulo.git</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -911,8 +911,8 @@
<module name="OuterTypeFilename" />
<module name="LineLength">
<!-- needs extra, because Eclipse formatter ignores the ending left brace -->
<property name="max" value="200"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
<property name="max" value="200" />
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://" />
</module>
<module name="AvoidStarImport" />
<module name="UnusedImports">
Expand Down
2 changes: 1 addition & 1 deletion proxy/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-proxy</artifactId>
<name>Proxy</name>
Expand Down
2 changes: 1 addition & 1 deletion server/base/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-server-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/gc/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-gc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/master/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-master</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/monitor/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/native/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/tracer/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-tracer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/tserver/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>accumulo-tserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion start/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-start</artifactId>
<name>Start</name>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-test</artifactId>
<name>Testing</name>
Expand Down
2 changes: 1 addition & 1 deletion trace/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-project</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>
<artifactId>accumulo-trace</artifactId>
<name>Trace</name>
Expand Down

0 comments on commit 42943a1

Please sign in to comment.