Skip to content

Commit

Permalink
0.1 Initial release!
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed May 23, 2018
1 parent 129dd0c commit 5a8a166
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions build.shared
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ repositories {
}
}

group = 'org.threadly'
version = '0.1-SNAPSHOT'

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'

compile (
"org.threadly:threadly:5.+"
"org.threadly:threadly:5.22"
)
}

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
group = org.threadly
version = 0.1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.threadly</groupId>
<artifactId>ambush</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<name></name>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.threadly</groupId>
<artifactId>threadly</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>5.22</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5a8a166

Please sign in to comment.