Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed Oct 10, 2013
1 parent c2e0063 commit dc518a9
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 74 deletions.
2 changes: 1 addition & 1 deletion distribution/installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jbosgi-distribution</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<!-- Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jbosgi-distribution</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi Distribution Javadoc</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jbosgi</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<!-- Dependencies -->
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
<artifactId>jbosgi</artifactId>
<packaging>pom</packaging>

<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<!-- Source Control -->
<scm>
<connection>scm:git:git://github.com/jbosgi/jbosgi.git</connection>
<developerConnection>scm:git:git@github.com:jbosgi/jbosgi.git</developerConnection>
<url>http://github.com/jbosgi/jbosgi</url>
</scm>
<tag>2.1.1</tag>
</scm>

<!-- Properties -->
<properties>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jbosgi-testsuite</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi Testsuite Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jbosgi-testsuite</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi Testsuite Functional</name>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jbosgi-testsuite</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi Testsuite Integration</name>
Expand Down
16 changes: 8 additions & 8 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jbosgi</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi Testsuite</name>
Expand Down Expand Up @@ -189,17 +189,17 @@
<phase>process-test-resources</phase>
<configuration>
<target>
<mkdir dir="${jboss.home}/standalone/deployments"/>
<mkdir dir="${jboss.home}/standalone/deployments" />
<copy todir="${jboss.home}" failonerror="false" overwrite="true">
<fileset dir="${wildfly.dist.dir}">
<include name="bin/**"/>
<include name="modules/**"/>
<include name="standalone/configuration/**"/>
<include name="standalone/lib/**"/>
<include name="jboss-modules.jar"/>
<include name="bin/**" />
<include name="modules/**" />
<include name="standalone/configuration/**" />
<include name="standalone/lib/**" />
<include name="jboss-modules.jar" />
</fileset>
</copy>
<chmod dir="${jboss.home}/bin" includes="*.sh" perm="+x"/>
<chmod dir="${jboss.home}/bin" includes="*.sh" perm="+x" />
</target>
</configuration>
</execution>
Expand Down
20 changes: 10 additions & 10 deletions wildfly/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Build</name>
Expand Down Expand Up @@ -181,7 +181,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<ant antfile="${basedir}/scripts/antrun-wildfly-patch.xml" inheritRefs="true"/>
<ant antfile="${basedir}/scripts/antrun-wildfly-patch.xml" inheritRefs="true" />
</target>
</configuration>
</execution>
Expand All @@ -194,18 +194,18 @@
<configuration>
<target>
<!-- Enabled when working with a WildFly SNAPSHOT -->
<mkdir dir="${jboss.home}/standalone/deployments"/>
<mkdir dir="${jboss.home}/standalone/deployments" />
<copy todir="${jboss.home}" failonerror="false" overwrite="true">
<fileset dir="${wildfly.dist.dir}">
<include name="bin/**"/>
<include name="modules/**"/>
<include name="standalone/configuration/**"/>
<include name="standalone/lib/**"/>
<include name="jboss-modules.jar"/>
<include name="bin/**" />
<include name="modules/**" />
<include name="standalone/configuration/**" />
<include name="standalone/lib/**" />
<include name="jboss-modules.jar" />
</fileset>
</copy>
<chmod dir="${jboss.home}/bin" includes="*.sh" perm="+x"/>
<unzip src="${wildfly.patch.file}" dest="${jboss.home}"/>
<chmod dir="${jboss.home}/bin" includes="*.sh" perm="+x" />
<unzip src="${wildfly.patch.file}" dest="${jboss.home}" />
</target>
</configuration>
</execution>
Expand Down
5 changes: 2 additions & 3 deletions wildfly/integration/configadmin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: Configadmin</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: Http</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: JMX</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: JPA</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/jta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: JTA</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/naming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: Naming</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/integration/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Integration: WebApp</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jbosgi</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly</name>
Expand Down
7 changes: 2 additions & 5 deletions wildfly/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
-Dmodule.path=${workspace_loc:jboss-as-osgi/target/test-modules}
-->
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<name>JBossOSGi WildFly Subsystem</name>
Expand Down

0 comments on commit dc518a9

Please sign in to comment.