File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
group ' org.javalite'
2
- version ' 1.4.9 '
2
+ version ' 1.4.12-SNAPSHOT '
3
3
4
4
apply plugin : ' groovy'
5
5
apply plugin : ' maven'
@@ -13,6 +13,6 @@ repositories {
13
13
dependencies {
14
14
compile gradleApi()
15
15
compile localGroovy()
16
- compile group : ' org.javalite' , name : ' activejdbc' , version : ' 1.4.9 '
17
- compile group : ' org.javalite' , name : ' activejdbc-instrumentation' , version : ' 1.4.9 '
16
+ compile group : ' org.javalite' , name : ' activejdbc' , version : ' 1.4.11 '
17
+ compile group : ' org.javalite' , name : ' activejdbc-instrumentation' , version : ' 1.4.11 '
18
18
}
Original file line number Diff line number Diff line change
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+ <artifactId >activejdbc-gradle-plugin</artifactId >
4
+ <packaging >jar</packaging >
5
+ <version >1.4.12-SNAPSHOT</version >
6
+ <name >Gradle Instrumentation Plugin</name >
7
+
8
+ <parent >
9
+ <groupId >org.javalite</groupId >
10
+ <artifactId >activejdbc-root</artifactId >
11
+ <version >1.4.12-SNAPSHOT</version >
12
+ </parent >
13
+ </project >
Original file line number Diff line number Diff line change 92
92
<module >db-migrator-integration-test</module >
93
93
<module >git-info-maven-plugin</module >
94
94
<module >app-config</module >
95
+ <module >activejdbc-gradle-plugin</module >
95
96
</modules >
96
97
97
98
<repositories >
You can’t perform that action at this time.
0 commit comments