Skip to content

Commit 7316096

Browse files
author
archinamon
committed
updated artifacts to 3.0.3;
1 parent dbc178c commit 7316096

9 files changed

+55
-4
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d353182b8aa93c8318f2ae5ed5f86d4b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5f7dae87f4714edadb64bc62f3d35efd24d9943d
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.archinamon</groupId>
6+
<artifactId>android-gradle-aspectj</artifactId>
7+
<version>3.0.3</version>
8+
<dependencies>
9+
<dependency>
10+
<groupId>org.jetbrains.kotlin</groupId>
11+
<artifactId>kotlin-stdlib-jre8</artifactId>
12+
<version>1.1.1</version>
13+
<scope>compile</scope>
14+
</dependency>
15+
<dependency>
16+
<groupId>org.aspectj</groupId>
17+
<artifactId>aspectjrt</artifactId>
18+
<version>1.8.10</version>
19+
<scope>compile</scope>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.aspectj</groupId>
23+
<artifactId>aspectjtools</artifactId>
24+
<version>1.8.10</version>
25+
<scope>compile</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>junit</groupId>
29+
<artifactId>junit</artifactId>
30+
<version>4.10</version>
31+
<scope>test</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.jetbrains.kotlin</groupId>
35+
<artifactId>kotlin-stdlib</artifactId>
36+
<version>1.1.1</version>
37+
<scope>test</scope>
38+
</dependency>
39+
<dependency>
40+
<groupId>org.jetbrains.kotlin</groupId>
41+
<artifactId>kotlin-test-junit</artifactId>
42+
<version>1.1.1</version>
43+
<scope>test</scope>
44+
</dependency>
45+
</dependencies>
46+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
49bc56f6f3870051ad81b1792b022699
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4a0b3f5ee9f6231bf486c4f84ec29aad640c28d8

com/archinamon/android-gradle-aspectj/maven-metadata.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.archinamon</groupId>
44
<artifactId>android-gradle-aspectj</artifactId>
55
<versioning>
6-
<release>3.0.0</release>
6+
<release>3.0.3</release>
77
<versions>
88
<version>1.3.1</version>
99
<version>1.3.2</version>
@@ -24,7 +24,8 @@
2424
<version>2.4.2</version>
2525
<version>2.4.3</version>
2626
<version>3.0.0</version>
27+
<version>3.0.3</version>
2728
</versions>
28-
<lastUpdated>20170405162355</lastUpdated>
29+
<lastUpdated>20170412105741</lastUpdated>
2930
</versioning>
3031
</metadata>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5044de2b68cdc0c0773e53b7f7cfe07d
1+
de1d03d5159cd1f5428c7bfccb87b57b
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bb73564821d940f8e232ca0590131435a7d81e88
1+
45428aab88e4f1e33360591a44cca45901e16302

0 commit comments

Comments
 (0)