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

lahirujayathilake pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/master by this push:
     new ae26ccc2a updated the mvn release version and removed unused properties
ae26ccc2a is described below

commit ae26ccc2a96c625b2af2557f9f37db7d172e3988
Author: lahiruj <[email protected]>
AuthorDate: Fri Dec 6 01:45:31 2024 -0500

    updated the mvn release version and removed unused properties
---
 pom.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index bfc59cac1..ad2fa5e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,12 +151,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5.3</version>
+                <version>3.1.1</version>
                 <configuration>
-                    <tagNameFormat>@{project.version}</tagNameFormat>
-                    <checkModificationExcludes>
-                        
<checkModificationExclude>pom.xml</checkModificationExclude>
-                    </checkModificationExcludes>
+                    
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
                 </configuration>
             </plugin>
             <plugin>
@@ -205,16 +202,7 @@
         <nimbusds.jwt.version>9.40</nimbusds.jwt.version>
         <apache.commons.lang3.version>3.14.0</apache.commons.lang3.version>
 
-        <docker.image.prefix>apachecustos</docker.image.prefix>
-        <docker.image.repo>custos</docker.image.repo>
-        <docker.plugin.version>1.4.13</docker.plugin.version>
-        <host>custos.scigap.org</host>
-        
<ssh.privatekey>/Users/isururanawaka/.ssh/custos/id_rsa</ssh.privatekey>
-        <ssh.passphrase>isjarana</ssh.passphrase>
-        <email.version>1.5.0-b01</email.version>
         <ssh.username>ubuntu</ssh.username>
-        <project.version>1.1-SNAPSHOT</project.version>
-        <clusterIssuer>letsencrypt-prod</clusterIssuer>
         <jakarta.ws.version>4.0.0</jakarta.ws.version>
         
<custos.dist.name>apache-airavata-custos-${project.version}</custos.dist.name>
     </properties>

Reply via email to