Skip to content

Commit

Permalink
changed gpg plugin in pom and script in .travis.yml (#36)
Browse files Browse the repository at this point in the history
* changed gpg plugin in pom and script in .travis.yml
  • Loading branch information
AnastasiiaSergienko authored Feb 19, 2019
1 parent 25023c8 commit d9258fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.exasol</groupId>
<artifactId>virtual-schema-common-java</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>Common module of Exasol Virtual Schemas Adapters</name>
<description>This is one of the modules of Virtual Schemas Adapters. The libraries provided by this project are the foundation of the adapter development, i.e. adapters must be implemented on top of them.</description>
<url>https://github.com/exasol/virtual-schema-common-java</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<gpg.skip>true</gpg.skip>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -194,6 +195,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<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 d9258fb

Please sign in to comment.