Skip to content

Commit

Permalink
Merge pull request #2 from jacob-briscoe/feature/1
Browse files Browse the repository at this point in the history
Release config updated
  • Loading branch information
jacob-briscoe authored May 18, 2019
2 parents 5449921 + 7daad38 commit 6f44cfd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Maven

<dependency>
<groupId>io.github.jb</groupId>
<groupId>io.github.jacob-briscoe</groupId>
<artifactId>spring-property-aws-ssm-resolver</artifactId>
<version>2.0.0</version>
</dependency>
Expand Down
33 changes: 17 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>io.github.jb</groupId>
<groupId>io.github.jacob-briscoe</groupId>
<artifactId>spring-property-aws-ssm-resolver</artifactId>
<version>2.0.0</version>

Expand All @@ -34,6 +34,17 @@
<url>https://github.com/jacob-briscoe/spring-property-aws-ssm-resolver/tree/master</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down Expand Up @@ -114,20 +125,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<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 Expand Up @@ -171,7 +168,11 @@
<goals>
<goal>sign</goal>
</goals>
</execution>
<configuration>
<keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 6f44cfd

Please sign in to comment.