File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
activejdbc-instrumentation
db-migrator-integration-test Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >activejdbc-instrumentation</artifactId >
4
4
<packaging >maven-plugin</packaging >
5
- <version >1.4.11 </version >
5
+ <version >1.4.12-SNAPSHOT </version >
6
6
<name >JavaLite - Instrumentation Plugin and JavaAgent</name >
7
7
8
8
<parent >
9
9
<groupId >org.javalite</groupId >
10
10
<artifactId >activejdbc-root</artifactId >
11
- <version >1.4.11 </version >
11
+ <version >1.4.12-SNAPSHOT </version >
12
12
</parent >
13
13
14
14
<profiles >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >activejdbc</artifactId >
4
4
<packaging >jar</packaging >
5
- <version >1.4.11 </version >
5
+ <version >1.4.12-SNAPSHOT </version >
6
6
<name >JavaLite - ActiveJDBC ORM Framework</name >
7
7
8
8
9
9
<parent >
10
10
<groupId >org.javalite</groupId >
11
11
<artifactId >activejdbc-root</artifactId >
12
- <version >1.4.11 </version >
12
+ <version >1.4.12-SNAPSHOT </version >
13
13
</parent >
14
14
15
15
<!-- Default to H2 if no profile provided -->
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >app-config</artifactId >
4
4
<packaging >jar</packaging >
5
- <version >1.4.11 </version >
5
+ <version >1.4.12-SNAPSHOT </version >
6
6
<name >JavaLite - AppConfig</name >
7
7
8
8
<parent >
9
9
<groupId >org.javalite</groupId >
10
10
<artifactId >activejdbc-root</artifactId >
11
- <version >1.4.11 </version >
11
+ <version >1.4.12-SNAPSHOT </version >
12
12
</parent >
13
13
14
14
<profiles >
Original file line number Diff line number Diff line change 1
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
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >db-migrator-integration-test</artifactId >
4
- <version >1.4.11 </version >
4
+ <version >1.4.12-SNAPSHOT </version >
5
5
<packaging >jar</packaging >
6
6
<name >JavaLite - DB-Migrator Integration Test</name >
7
7
8
8
<parent >
9
9
<groupId >org.javalite</groupId >
10
10
<artifactId >activejdbc-root</artifactId >
11
- <version >1.4.11 </version >
11
+ <version >1.4.12-SNAPSHOT </version >
12
12
</parent >
13
13
14
14
<profiles >
Original file line number Diff line number Diff line change 2
2
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >db-migrator-maven-plugin</artifactId >
5
- <version >1.4.11 </version >
5
+ <version >1.4.12-SNAPSHOT </version >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >JavaLite - DB-Migrator Maven Plugin</name >
8
8
9
9
10
10
<parent >
11
11
<groupId >org.javalite</groupId >
12
12
<artifactId >activejdbc-root</artifactId >
13
- <version >1.4.11 </version >
13
+ <version >1.4.12-SNAPSHOT </version >
14
14
</parent >
15
15
<profiles >
16
16
<profile >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >git-info-maven-plugin</artifactId >
4
4
<packaging >maven-plugin</packaging >
5
- <version >1.4.11 </version >
5
+ <version >1.4.12-SNAPSHOT </version >
6
6
<name >JavaLite - Git Info Maven plugin</name >
7
7
<description >will generate a file with relevant information related to
8
8
project at the time of build</description >
9
9
10
10
<parent >
11
11
<groupId >org.javalite</groupId >
12
12
<artifactId >activejdbc-root</artifactId >
13
- <version >1.4.11 </version >
13
+ <version >1.4.12-SNAPSHOT </version >
14
14
</parent >
15
15
<profiles >
16
16
<profile >
33
33
<dependency >
34
34
<groupId >org.javalite</groupId >
35
35
<artifactId >javalite-common</artifactId >
36
- <version >1.4.11 </version >
36
+ <version >1.4.12-SNAPSHOT </version >
37
37
</dependency >
38
38
</dependencies >
39
39
Original file line number Diff line number Diff line change 1
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
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >javalite-common</artifactId >
4
- <version >1.4.11 </version >
4
+ <version >1.4.12-SNAPSHOT </version >
5
5
<packaging >jar</packaging >
6
6
<name >JavaLite - Common</name >
7
7
8
8
<parent >
9
9
<groupId >org.javalite</groupId >
10
10
<artifactId >activejdbc-root</artifactId >
11
- <version >1.4.11 </version >
11
+ <version >1.4.12-SNAPSHOT </version >
12
12
</parent >
13
13
14
14
<profiles >
Original file line number Diff line number Diff line change 3
3
<groupId >org.javalite</groupId >
4
4
<artifactId >activejdbc-root</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >1.4.11 </version >
6
+ <version >1.4.12-SNAPSHOT </version >
7
7
<name >JavaLite - ActiveJDBC Root</name >
8
8
<url >https://github.com/javalite/activejdbc/</url >
9
9
You can’t perform that action at this time.
0 commit comments