Skip to content

Commit 709155b

Browse files
author
Igor Polevoy
committed
[maven-release-plugin] prepare release activeweb-root-2.0
1 parent 787ac2b commit 709155b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

activeweb-lessc-integration-test/pom.xml

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

33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>activeweb-lessc-integration-test</artifactId>
5-
<version>2.0-SNAPSHOT</version>
5+
<version>2.0</version>
66
<packaging>jar</packaging>
77
<name>ActiveWeb - Lessc Maven Plugin Integration Test</name>
88

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

1515
<properties>

activeweb-lessc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>activeweb-lessc-maven-plugin</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
<packaging>maven-plugin</packaging>
88
<name>ActiveWeb - Lessc Maven Plugin</name>
99

1010
<parent>
1111
<groupId>org.javalite</groupId>
1212
<artifactId>activeweb-root</artifactId>
13-
<version>2.0-SNAPSHOT</version>
13+
<version>2.0</version>
1414
</parent>
1515

1616
<properties>

activeweb-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.javalite</groupId>
66
<artifactId>activeweb-testing</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.0-SNAPSHOT</version>
8+
<version>2.0</version>
99
<name>ActiveWeb - Testing</name>
1010
<description>Testing dependency for building controller, view and integration specs.</description>
1111
<developers>
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.javalite</groupId>
2020
<artifactId>activeweb-root</artifactId>
21-
<version>2.0-SNAPSHOT</version>
21+
<version>2.0</version>
2222
</parent>
2323

2424
<dependencies>

activeweb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.javalite</groupId>
55
<artifactId>activeweb</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0-SNAPSHOT</version>
7+
<version>2.0</version>
88
<name>ActiveWeb - Framework</name>
99
<description>Core functionality of the framework</description>
1010
<developers>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.javalite</groupId>
1919
<artifactId>activeweb-root</artifactId>
20-
<version>2.0-SNAPSHOT</version>
20+
<version>2.0</version>
2121
</parent>
2222

2323
<dependencies>

async-pool-test/pom.xml

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

44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>async-pool-test</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
<name>JavaLite - Async Pooll Test</name>
88
<packaging>jar</packaging>
99
<description>This module is to manually test pooling of sessions in Async.</description>
1010

1111
<parent>
1212
<groupId>org.javalite</groupId>
1313
<artifactId>activeweb-root</artifactId>
14-
<version>2.0-SNAPSHOT</version>
14+
<version>2.0</version>
1515
</parent>
1616

1717

javalite-async/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>javalite-async</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
<name>JavaLite - Async</name>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>org.javalite</groupId>
1212
<artifactId>activeweb-root</artifactId>
13-
<version>2.0-SNAPSHOT</version>
13+
<version>2.0</version>
1414
</parent>
1515

1616
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.javalite</groupId>
55
<artifactId>activeweb-root</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.0-SNAPSHOT</version>
7+
<version>2.0</version>
88
<name>ActiveWeb - Root</name>
99
<description>ActiveWeb - Java Web Framework inspired by Ruby on Rails</description>
1010
<developers>

0 commit comments

Comments
 (0)