Skip to content

Commit b355c7b

Browse files
committed
Modified pom.xml for version to 1.1b.
1 parent 8f51374 commit b355c7b

File tree

20 files changed

+31
-31
lines changed

20 files changed

+31
-31
lines changed

jsf-flex-build-plugIn/jsf-flex-plugIn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.googlecode.jsf-flex.jsf-flex-build-plugIn-project</groupId>
88
<artifactId>jsf-flex-build-plugIn-main</artifactId>
9-
<version>1.0.1b</version>
9+
<version>1.1b</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jsf-flex-build-plugIn/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.googlecode.jsf-flex</groupId>
77
<artifactId>jsf-flex-build-project</artifactId>
8-
<version>1.0.1b</version>
8+
<version>1.1b</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>com.googlecode.jsf-flex.jsf-flex-build-plugIn-project</groupId>
1313
<artifactId>jsf-flex-build-plugIn-main</artifactId>
14-
<version>1.0.1b</version>
14+
<version>1.1b</version>
1515
<packaging>pom</packaging>
1616
<name>JSF-Flex Builder Main Project</name>
1717
<url>http://code.google.com/p/jsf-flex/</url>

jsf-flex-shared/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.googlecode.jsf-flex</groupId>
66
<artifactId>jsf-flex-shared-project</artifactId>
7-
<version>1.0.1b</version>
7+
<version>1.1b</version>
88
</parent>
99

1010
<groupId>com.googlecode.jsf-flex.jsf-flex-shared-project</groupId>

jsf-flex-shared/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-build-project</artifactId>
6-
<version>1.0.1b</version>
6+
<version>1.1b</version>
77
</parent>
88

99
<groupId>com.googlecode.jsf-flex</groupId>
1010
<artifactId>jsf-flex-shared-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>JSF-FlexShared Project</name>
1313
<url>http://code.google.com/p/jsf-flex/</url>
14-
<version>1.0.1b</version>
14+
<version>1.1b</version>
1515
<description>
1616
JSF-FlexShared goal is to provide shared resource for jsf-flex subprojects. Also contains AbstractMXMLResponseStateManager.java, AbstractMXMLResponseWriter.java, and MXMLRendererBase.java due to difference in MyFaces + Mojarra JSF implementation.
1717
</description>

jsf-flex/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-project</artifactId>
6-
<version>1.0.1b</version>
6+
<version>1.1b</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jsf-flex/core-mojarra-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.googlecode.jsf-flex</groupId>
44
<artifactId>jsf-flex-project</artifactId>
5-
<version>1.0.1b</version>
5+
<version>1.1b</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jsf-flex/core-myFaces-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.googlecode.jsf-flex</groupId>
44
<artifactId>jsf-flex-project</artifactId>
5-
<version>1.0.1b</version>
5+
<version>1.1b</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jsf-flex/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.googlecode.jsf-flex</groupId>
44
<artifactId>jsf-flex-project</artifactId>
5-
<version>1.0.1b</version>
5+
<version>1.1b</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jsf-flex/examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-project</artifactId>
6-
<version>1.0.1b</version>
6+
<version>1.1b</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -276,8 +276,8 @@
276276
</build>
277277

278278
<properties>
279-
<jsf.flex.runner.version>1.0.1b</jsf.flex.runner.version>
280-
<jsf.flex.annotations.version>1.0.1b</jsf.flex.annotations.version>
279+
<jsf.flex.runner.version>1.1b</jsf.flex.runner.version>
280+
<jsf.flex.annotations.version>1.1b</jsf.flex.annotations.version>
281281
<mojarra.version>1.2_13</mojarra.version>
282282
</properties>
283283

jsf-flex/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-build-project</artifactId>
6-
<version>1.0.1b</version>
6+
<version>1.1b</version>
77
</parent>
88

99
<groupId>com.googlecode.jsf-flex</groupId>
1010
<artifactId>jsf-flex-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>JSF-Flex JSF Component Project</name>
1313
<url>http://code.google.com/p/jsf-flex/</url>
14-
<version>1.0.1b</version>
14+
<version>1.1b</version>
1515
<description>
1616
JSF Flex goal is to provide users capability in creating Flex components as JSF components. So users would
1717
create the components as normal JSF components and the contribution will create the necessary SWF files and

0 commit comments

Comments
 (0)