Skip to content

Commit 77db44f

Browse files
author
Igor Polevoy
committed
#421 Add pom to gradle plugin
1 parent 3063a7b commit 77db44f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

activejdbc-gradle-plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'org.javalite'
2-
version '1.4.9'
2+
version '1.4.12-SNAPSHOT'
33

44
apply plugin: 'groovy'
55
apply plugin: 'maven'
@@ -13,6 +13,6 @@ repositories {
1313
dependencies {
1414
compile gradleApi()
1515
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'
1818
}

activejdbc-gradle-plugin/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<module>db-migrator-integration-test</module>
9393
<module>git-info-maven-plugin</module>
9494
<module>app-config</module>
95+
<module>activejdbc-gradle-plugin</module>
9596
</modules>
9697

9798
<repositories>

0 commit comments

Comments
 (0)