Skip to content

Commit

Permalink
Fix deploy, update version to 0.1.2-ER
Browse files Browse the repository at this point in the history
  • Loading branch information
DaimonCool committed Jul 3, 2023
1 parent d5bc61c commit fe4660b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions liquibase-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,30 +467,30 @@
</plugin>

<!--> Currently not used in CI/CD. But we can use it later -->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
<!-- <version>3.1.0</version>-->
<!-- <configuration>-->
<!-- <passphrase>${env.GPG_PASSPHRASE}</passphrase>-->
<!-- <gpgArguments>-->
<!-- &lt;!&ndash; This is necessary for gpg to not try to use the pinentry programs &ndash;&gt;-->
<!-- <arg>&#45;&#45;batch</arg>-->
<!-- <arg>&#45;&#45;no-tty</arg>-->
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
<!-- <arg>loopback</arg>-->
<!-- </gpgArguments>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>sign-artifacts</id>-->
<!-- <phase>verify</phase>-->
<!-- <goals>-->
<!-- <goal>sign</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
<!-- <version>3.1.0</version>-->
<!-- <configuration>-->
<!-- <passphrase>${env.GPG_PASSPHRASE}</passphrase>-->
<!-- <gpgArguments>-->
<!-- &lt;!&ndash; This is necessary for gpg to not try to use the pinentry programs &ndash;&gt;-->
<!-- <arg>&#45;&#45;batch</arg>-->
<!-- <arg>&#45;&#45;no-tty</arg>-->
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
<!-- <arg>loopback</arg>-->
<!-- </gpgArguments>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>sign-artifacts</id>-->
<!-- <phase>verify</phase>-->
<!-- <goals>-->
<!-- <goal>sign</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</build>

Expand Down

0 comments on commit fe4660b

Please sign in to comment.