Skip to content

Commit db80812

Browse files
author
Igor Polevoy
committed
[maven-release-plugin] prepare for next development iteration
1 parent 227ad5c commit db80812

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

activejdbc-instrumentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>activejdbc-instrumentation</artifactId>
44
<packaging>maven-plugin</packaging>
5-
<version>1.4.11</version>
5+
<version>1.4.12-SNAPSHOT</version>
66
<name>JavaLite - Instrumentation Plugin and JavaAgent</name>
77

88
<parent>
99
<groupId>org.javalite</groupId>
1010
<artifactId>activejdbc-root</artifactId>
11-
<version>1.4.11</version>
11+
<version>1.4.12-SNAPSHOT</version>
1212
</parent>
1313

1414
<profiles>

activejdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>activejdbc</artifactId>
44
<packaging>jar</packaging>
5-
<version>1.4.11</version>
5+
<version>1.4.12-SNAPSHOT</version>
66
<name>JavaLite - ActiveJDBC ORM Framework</name>
77

88

99
<parent>
1010
<groupId>org.javalite</groupId>
1111
<artifactId>activejdbc-root</artifactId>
12-
<version>1.4.11</version>
12+
<version>1.4.12-SNAPSHOT</version>
1313
</parent>
1414

1515
<!-- Default to H2 if no profile provided -->

app-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>app-config</artifactId>
44
<packaging>jar</packaging>
5-
<version>1.4.11</version>
5+
<version>1.4.12-SNAPSHOT</version>
66
<name>JavaLite - AppConfig</name>
77

88
<parent>
99
<groupId>org.javalite</groupId>
1010
<artifactId>activejdbc-root</artifactId>
11-
<version>1.4.11</version>
11+
<version>1.4.12-SNAPSHOT</version>
1212
</parent>
1313

1414
<profiles>

db-migrator-integration-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>db-migrator-integration-test</artifactId>
4-
<version>1.4.11</version>
4+
<version>1.4.12-SNAPSHOT</version>
55
<packaging>jar</packaging>
66
<name>JavaLite - DB-Migrator Integration Test</name>
77

88
<parent>
99
<groupId>org.javalite</groupId>
1010
<artifactId>activejdbc-root</artifactId>
11-
<version>1.4.11</version>
11+
<version>1.4.12-SNAPSHOT</version>
1212
</parent>
1313

1414
<profiles>

db-migrator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>db-migrator-maven-plugin</artifactId>
5-
<version>1.4.11</version>
5+
<version>1.4.12-SNAPSHOT</version>
66
<packaging>maven-plugin</packaging>
77
<name>JavaLite - DB-Migrator Maven Plugin</name>
88

99

1010
<parent>
1111
<groupId>org.javalite</groupId>
1212
<artifactId>activejdbc-root</artifactId>
13-
<version>1.4.11</version>
13+
<version>1.4.12-SNAPSHOT</version>
1414
</parent>
1515
<profiles>
1616
<profile>

git-info-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>git-info-maven-plugin</artifactId>
44
<packaging>maven-plugin</packaging>
5-
<version>1.4.11</version>
5+
<version>1.4.12-SNAPSHOT</version>
66
<name>JavaLite - Git Info Maven plugin</name>
77
<description>will generate a file with relevant information related to
88
project at the time of build</description>
99

1010
<parent>
1111
<groupId>org.javalite</groupId>
1212
<artifactId>activejdbc-root</artifactId>
13-
<version>1.4.11</version>
13+
<version>1.4.12-SNAPSHOT</version>
1414
</parent>
1515
<profiles>
1616
<profile>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.javalite</groupId>
3535
<artifactId>javalite-common</artifactId>
36-
<version>1.4.11</version>
36+
<version>1.4.12-SNAPSHOT</version>
3737
</dependency>
3838
</dependencies>
3939

javalite-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>javalite-common</artifactId>
4-
<version>1.4.11</version>
4+
<version>1.4.12-SNAPSHOT</version>
55
<packaging>jar</packaging>
66
<name>JavaLite - Common</name>
77

88
<parent>
99
<groupId>org.javalite</groupId>
1010
<artifactId>activejdbc-root</artifactId>
11-
<version>1.4.11</version>
11+
<version>1.4.12-SNAPSHOT</version>
1212
</parent>
1313

1414
<profiles>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.javalite</groupId>
44
<artifactId>activejdbc-root</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.4.11</version>
6+
<version>1.4.12-SNAPSHOT</version>
77
<name>JavaLite - ActiveJDBC Root</name>
88
<url>https://github.com/javalite/activejdbc/</url>
99

0 commit comments

Comments
 (0)