Skip to content

Commit 5c20b7f

Browse files
committed
Fix pom versions
1 parent 3a2d11f commit 5c20b7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

environments/osgi/docs/design/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
<parent>
66
<groupId>org.jboss.weld.osgi.docs</groupId>
77
<artifactId>weld-osgi-docs</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.jboss.weld.osgi.docs</groupId>
1313
<artifactId>weld-osgi-design</artifactId>
1414
<packaging>jdocbook</packaging>
1515
<name>Weld OSGi (Specifications)</name>
16-
<version>1.1.0-SNAPSHOT</version>
1716
<description>Weld support for OSGi environments specifications</description>
1817

1918
<licenses>

environments/osgi/docs/user/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
<parent>
66
<groupId>org.jboss.weld.osgi.docs</groupId>
77
<artifactId>weld-osgi-docs</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.jboss.weld.osgi.docs</groupId>
1313
<artifactId>weld-osgi-user</artifactId>
1414
<packaging>jdocbook</packaging>
1515
<name>Weld OSGi (User doc)</name>
16-
<version>1.1.0-SNAPSHOT</version>
1716
<description>Weld support for OSGi environments user doc</description>
1817

1918
<licenses>

0 commit comments

Comments
 (0)