You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/08 21:58:39 UTC

[maven-release] 02/02: Remove Java source files.

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MRELEASE-161
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 6ef1624ab04df1ad984cae78c5a8b72588f4ebfd
Author: Andre Tadeu de Carvalho <an...@gmail.com>
AuthorDate: Tue Jan 8 19:44:20 2019 -0200

    Remove Java source files.
---
 .../plugin/release/its/module1/AppModuleOne.java   | 32 ----------------------
 .../plugin/release/its/module2/AppModuleTwo.java   | 32 ----------------------
 .../plugin/release/its/module1/AppModuleOne.java   | 32 ----------------------
 .../plugin/release/its/module2/AppModuleTwo.java   | 32 ----------------------
 4 files changed, 128 deletions(-)

diff --git a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java b/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java
deleted file mode 100644
index 478680f..0000000
--- a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.maven.plugin.release.its.module1;
-
-/**
- * Hello world!
- *
- */
-public class AppModuleOne 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java b/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java
deleted file mode 100644
index afde20f..0000000
--- a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161-dependencyManagement/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.maven.plugin.release.its.module2;
-
-/**
- * Hello world!
- *
- */
-public class AppModuleTwo 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java b/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java
deleted file mode 100644
index 478680f..0000000
--- a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-one/src/main/java/org/apache/maven/plugin/release/its/module1/AppModuleOne.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.maven.plugin.release.its.module1;
-
-/**
- * Hello world!
- *
- */
-public class AppModuleOne 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java b/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java
deleted file mode 100644
index afde20f..0000000
--- a/maven-release-plugin/src/it/projects/prepare/MRELEASE-161/release-test-module-two/src/main/java/org/apache/maven/plugin/release/its/module2/AppModuleTwo.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.maven.plugin.release.its.module2;
-
-/**
- * Hello world!
- *
- */
-public class AppModuleTwo 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}