Skip to content

Commit

Permalink
[bug] uncomment profiles in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdollahi authored and Abdollahi committed Jul 23, 2024
1 parent eab2397 commit 5d0b387
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<connection>scm:git:https://github.com/Tosan/tosan-lock-manager.git</connection>
<developerConnection>scm:git:https://github.com/Tosan/tosan-lock-manager.git</developerConnection>
<url>https://github.com/Tosan/tosan-lock-manager</url>
<tag>v1.0.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down Expand Up @@ -225,7 +225,7 @@
</repository>
</distributionManagement>
</profile>
<!--<profile>
<profile>
<id>build</id>
<build>
<plugins>
Expand All @@ -242,7 +242,7 @@
</goals>
<configuration>
<gpgArguments>
<arg>&#45;&#45;pinentry-mode</arg>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
Expand Down Expand Up @@ -273,6 +273,6 @@
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>-->
</profile>
</profiles>
</project>

0 comments on commit 5d0b387

Please sign in to comment.