Skip to content

Commit b3ab473

Browse files
author
Igor Polevoy
committed
[maven-release-plugin] prepare release activeweb-root-1.13
1 parent 3387c0e commit b3ab473

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

activeweb-gwt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<groupId>org.javalite</groupId>
55
<artifactId>activeweb-gwt</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.13-SNAPSHOT</version>
7+
<version>1.13</version>
88
<name>ActiveWeb - GWT</name>
99
<description>Integration between activeweb and gwt rpc services</description>
1010

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

1717
<developers>

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>1.13-SNAPSHOT</version>
5+
<version>1.13</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>1.13-SNAPSHOT</version>
12+
<version>1.13</version>
1313
</parent>
1414

1515
<properties>

activeweb-lessc/pom.xml

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

55
<groupId>org.javalite</groupId>
66
<artifactId>activeweb-lessc-maven-plugin</artifactId>
7-
<version>1.13-SNAPSHOT</version>
7+
<version>1.13</version>
88
<packaging>maven-plugin</packaging>
99
<name>ActiveWeb - Lessc Maven Plugin</name>
1010

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

1717
<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>1.13-SNAPSHOT</version>
8+
<version>1.13</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>1.13-SNAPSHOT</version>
21+
<version>1.13</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>1.13-SNAPSHOT</version>
7+
<version>1.13</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>1.13-SNAPSHOT</version>
20+
<version>1.13</version>
2121
</parent>
2222

2323
<dependencies>

javalite-hornet-nest/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-hornet-nest</artifactId>
6-
<version>1.13-SNAPSHOT</version>
6+
<version>1.13</version>
77
<name>JavaLite - Hornet Nest</name>
88
<packaging>jar</packaging>
99

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

1616
<dependencies>

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>1.13-SNAPSHOT</version>
7+
<version>1.13</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)