Skip to content

Commit a4acc17

Browse files
committed
Release final 1.0.0 (corrección deploy)
1 parent aae4d7b commit a4acc17

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@
4343
<url>http://agente.oym.com.py:8001/nexus/content/repositories/snapshots/</url>
4444
</snapshotRepository>
4545
<repository>
46+
<id>oym</id>
47+
<url>http://agente.oym.com.py:8001/nexus/content/repositories/releases/</url>
48+
<!--
4649
<id>ossrh</id>
4750
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
-->
4852
</repository>
4953
</distributionManagement>
5054

@@ -59,7 +63,7 @@
5963
<profile>
6064
<id>with-all</id>
6165
<activation>
62-
<activeByDefault>false</activeByDefault>
66+
<activeByDefault>true</activeByDefault>
6367
</activation>
6468
<build>
6569
<plugins>
@@ -93,6 +97,7 @@
9397
</execution>
9498
</executions>
9599
</plugin>
100+
<!--
96101
<plugin>
97102
<groupId>org.apache.maven.plugins</groupId>
98103
<artifactId>maven-gpg-plugin</artifactId>
@@ -107,6 +112,7 @@
107112
</execution>
108113
</executions>
109114
</plugin>
115+
-->
110116
</plugins>
111117
</build>
112118
</profile>

0 commit comments

Comments
 (0)