Skip to content

Commit

Permalink
Merge pull request #10 from IsuruMaduranga/main
Browse files Browse the repository at this point in the history
Add maven deploy profile
  • Loading branch information
IsuruMaduranga committed Nov 30, 2023
2 parents e231db9 + ab555f5 commit 7d8286d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 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">
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>

<groupId>org.wso2.integration.transaction.counter</groupId>
Expand All @@ -36,6 +36,12 @@
<tag>HEAD</tag>
</scm>

<profiles>
<profile>
<id>deploy</id>
</profile>
</profiles>

<repositories>
<repository>
<id>wso2-nexus</id>
Expand Down

0 comments on commit 7d8286d

Please sign in to comment.