Skip to content

Commit

Permalink
[maven-release-plugin] prepare release web-0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 17, 2010
1 parent 9bd01e7 commit b3daa25
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pax-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - API</name>
Expand Down
4 changes: 2 additions & 2 deletions pax-web-deployer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-deployer</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - FileInstall Deployer</name>
Expand Down
6 changes: 3 additions & 3 deletions pax-web-extender-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-war</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Extender - WAR</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pax-web-extender-whiteboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-whiteboard</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Extender - Whiteboard</name>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions pax-web-jetty-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty-bundle</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Jetty Bundle</name>
Expand Down Expand Up @@ -40,14 +40,14 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-runtime</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions pax-web-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Jetty</name>
Expand Down Expand Up @@ -75,13 +75,13 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-spi</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pax-web-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jsp</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Jsp Support</name>
Expand Down
10 changes: 5 additions & 5 deletions pax-web-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-runtime</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Runtime</name>
Expand Down Expand Up @@ -40,14 +40,14 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-spi</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jsp</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pax-web-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-spi</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Service SPI</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>pom</packaging>

<name>OPS4J Pax Web</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>authentication</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Samples - Authentication</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/helloworld-hs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>helloworld-hs</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Samples - Hello World - HttpService</name>
Expand Down
6 changes: 3 additions & 3 deletions samples/helloworld-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>helloworld-jsp</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Samples - Hello World - Jsp</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions samples/helloworld-wc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>helloworld-wc</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Samples - Hello World - WebContainer</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<scope>provided</scope>
</dependency>
<!-- Testing dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions samples/jetty-config-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>jetty-config-fragment</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>bundle</packaging>

<name>OPS4J Pax Web - Samples - Jetty config fragment</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>pom</packaging>

<name>OPS4J Pax Web - Samples</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/provision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>provision</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>jar</packaging>

<name>OPS4J Pax Web - Samples - Provision files</name>
Expand Down
6 changes: 3 additions & 3 deletions samples/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>samples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>war</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>war</packaging>

<name>OPS4J Pax Web - Samples - WAR Extender</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>helloworld-wc</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit b3daa25

Please sign in to comment.