Skip to content

Commit

Permalink
reverting release pom changes and adding missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Slattery committed Aug 19, 2010
1 parent d9a0458 commit 8b45e3b
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>java5-parent</artifactId>
<version>0.2-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -32,7 +32,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Aries Transaction</name>

Expand Down Expand Up @@ -82,12 +82,12 @@
<dependency>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>org.apache.aries.blueprint</artifactId>
<version>0.2-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.aries.testsupport</groupId>
<artifactId>org.apache.aries.testsupport.unit</artifactId>
<version>0.2-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
5 changes: 3 additions & 2 deletions transaction-blueprint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
the specific language governing permissions and limitations under the
License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.aries.transaction;

import java.util.regex.Pattern;
Expand Down
2 changes: 1 addition & 1 deletion transaction-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transaction-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion transaction-testbundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.testbundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transaction-testds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.testds</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transaction-wrappers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>transaction</artifactId>
<version>0.3-incubating-SNAPSHOT</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.wrappers</artifactId>
Expand Down

0 comments on commit 8b45e3b

Please sign in to comment.