Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kontulai committed Sep 11, 2012
2 parents c45a079 + acee8a4 commit e9482ff
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>org.robotframework</groupId> <groupId>org.robotframework</groupId>
<artifactId>javalib-core</artifactId> <artifactId>javalib-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.1-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<name>javalib-core</name> <name>javalib-core</name>
<description>Base for implementing Java test libraries for Robot Framework</description> <description>Base for implementing Java test libraries for Robot Framework</description>
<url>https://github.com/robotframework/JavalibCore</url> <url>https://github.com/robotframework/JavalibCore</url>
Expand Down Expand Up @@ -131,6 +131,20 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>


Expand Down

0 comments on commit e9482ff

Please sign in to comment.