Repository: bahir-flink Updated Branches: refs/heads/master f51664b97 -> 6c3a6ac2b
[maven-release-plugin] prepare release v1.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/6c3a6ac2 Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/6c3a6ac2 Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/6c3a6ac2 Branch: refs/heads/master Commit: 6c3a6ac2b6e5ba4820610f5d5dd3961ac2efea8e Parents: f51664b Author: Luciano Resende <lrese...@apache.org> Authored: Thu Apr 6 13:16:48 2017 -0700 Committer: Luciano Resende <lrese...@apache.org> Committed: Thu Apr 6 13:16:48 2017 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 2 +- flink-connector-activemq/pom.xml | 6 ++---- flink-connector-akka/pom.xml | 6 ++---- flink-connector-flume/pom.xml | 8 +++----- flink-connector-netty/pom.xml | 8 +++----- flink-connector-redis/pom.xml | 6 ++---- pom.xml | 4 ++-- 7 files changed, 15 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 7e665ae..842d104 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/flink-connector-activemq/pom.xml ---------------------------------------------------------------------- diff --git a/flink-connector-activemq/pom.xml b/flink-connector-activemq/pom.xml index 8aaa118..19cfd4a 100644 --- a/flink-connector-activemq/pom.xml +++ b/flink-connector-activemq/pom.xml @@ -17,16 +17,14 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/flink-connector-akka/pom.xml ---------------------------------------------------------------------- diff --git a/flink-connector-akka/pom.xml b/flink-connector-akka/pom.xml index a500a2b..722188b 100644 --- a/flink-connector-akka/pom.xml +++ b/flink-connector-akka/pom.xml @@ -17,16 +17,14 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/flink-connector-flume/pom.xml ---------------------------------------------------------------------- diff --git a/flink-connector-flume/pom.xml b/flink-connector-flume/pom.xml index a95057c..890cb6f 100644 --- a/flink-connector-flume/pom.xml +++ b/flink-connector-flume/pom.xml @@ -17,16 +17,14 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> @@ -164,7 +162,7 @@ under the License. </includes> </artifactSet> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" /> </transformers> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/flink-connector-netty/pom.xml ---------------------------------------------------------------------- diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml index c9c7db8..400e3cc 100644 --- a/flink-connector-netty/pom.xml +++ b/flink-connector-netty/pom.xml @@ -15,21 +15,19 @@ ~ See the License for the specific language governing permissions and ~ limitations 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.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> <artifactId>flink-connector-netty_2.11</artifactId> <name>flink-connector-netty</name> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>jar</packaging> <dependencies> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/flink-connector-redis/pom.xml ---------------------------------------------------------------------- diff --git a/flink-connector-redis/pom.xml b/flink-connector-redis/pom.xml index fced826..af39500 100644 --- a/flink-connector-redis/pom.xml +++ b/flink-connector-redis/pom.xml @@ -17,16 +17,14 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations 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.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6c3a6ac2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6436fec..da40969 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-flink-parent_2.11</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>pom</packaging> <name>Apache Bahir for Apache Flink - Parent POM</name> <url>http://bahir.apache.org/</url> @@ -40,7 +40,7 @@ <connection>scm:git:g...@github.com:apache/bahir-flink.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bahir-flink.git</developerConnection> <url>scm:git:g...@github.com:apache/bahir-flink.git</url> - <tag>HEAD</tag> + <tag>v1.0-rc1</tag> </scm> <issueManagement> <system>JIRA</system>