Skip to content

Commit

Permalink
Merge pull request #61 from ChinthakaJ98/connector-release
Browse files Browse the repository at this point in the history
Fix maven release issue
  • Loading branch information
ChinthakaJ98 authored Jan 7, 2025
2 parents a58cdc5 + ecf4e46 commit e98ea37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.integration.connector</groupId>
<artifactId>mi-connector-salesforce</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WSO2 Carbon - Mediation Library Connector For Salesforce</name>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -247,9 +247,9 @@
<executions>
<execution>
<id>email-library</id>
<phase>single</phase>
<phase>compile</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
<configuration>
<finalName>${connector.name}-connector-${version}</finalName>
Expand Down

0 comments on commit e98ea37

Please sign in to comment.