Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
- Added missing <scm> entry in pom.xml
  • Loading branch information
sanyarnd committed May 21, 2019
1 parent 74a0786 commit de9a9d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.6
- missing scm entry in pom.xml

# 1.0.5
- `Runnable` overload for `onFail` method
- Removed Spotbugs amd PMD
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Maven:
<dependency>
<groupId>io.github.sanyarnd</groupId>
<artifactId>app-locker</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

<repositories>
Expand All @@ -68,7 +68,7 @@ Maven:
```
Gradle:
```gradle
compile 'io.github.sanyarnd:app-locker:1.0.5'
compile 'io.github.sanyarnd:app-locker:1.0.6'
repositories {
maven {
Expand Down
5 changes: 4 additions & 1 deletion gh-pages/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
theme: jekyll-theme-slate
plugins:
- jekyll-sitemap
- jekyll-titles-from-headings


title: AppLocker
description: Provides file-based locking mechanism with inter-process communication support

show_downloads: true
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.sanyarnd</groupId>
<artifactId>app-locker</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<url>https://sanyarnd.github.io/applocker/</url>
<packaging>jar</packaging>

Expand Down Expand Up @@ -271,6 +271,12 @@
</plugins>
</build>

<scm>
<url>https://github.com/sanyarnd/applocker</url>
<connection>scm:git:[email protected]:sanyarnd/applocker.git</connection>
<developerConnection>scm:git:[email protected]:sanyarnd/applocker.git</developerConnection>
</scm>

<distributionManagement>
<repository>
<id>bintray-sanya-rnd-maven-projects</id>
Expand Down

0 comments on commit de9a9d8

Please sign in to comment.