You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/03 21:33:25 UTC

[logging-log4j-tools] branch master updated (c7dae2f -> 952c9dd)

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

vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


    from c7dae2f  Remove `installAtEnd` and `deployAtEnd` properties
     new 784d490  Update Maven to 3.8.7
     new 952c9dd  Remove redundant `maven-deploy-plugin` config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mvn/wrapper/maven-wrapper.properties | 4 ++--
 pom.xml                               | 8 --------
 2 files changed, 2 insertions(+), 10 deletions(-)


[logging-log4j-tools] 01/02: Update Maven to 3.8.7

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 784d490212fe6c21bf0b3d2ba931a1f36939069e
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 22:33:41 2023 +0100

    Update Maven to 3.8.7
---
 .mvn/wrapper/maven-wrapper.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 6ca2328..dd8d82f 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -13,5 +13,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar


[logging-log4j-tools] 02/02: Remove redundant `maven-deploy-plugin` config

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 952c9ddd66b273b5a3f38ab43be554cae54dde8c
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 22:34:22 2023 +0100

    Remove redundant `maven-deploy-plugin` config
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa03d56..19819dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,14 +175,6 @@
             </executions>
           </plugin>
 
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <skip>false</skip>
-            </configuration>
-          </plugin>
-
         </plugins>
       </build>
     </profile>