Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 2.3.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Aug 9, 2015
1 parent 791a80c commit 99026ab
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 23 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,8 @@
<!-- -->
<!-- ====================================================================== -->

<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -23,14 +24,14 @@
<artifactId>jbosgi</artifactId>
<packaging>pom</packaging>

<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</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>
<tag>2.3.1.Final</tag>
<tag>HEAD</tag>
</scm>

<!-- Properties -->
Expand Down
5 changes: 3 additions & 2 deletions testsuite/example/pom.xml
Expand Up @@ -17,13 +17,14 @@
-Dtest.archive.directory=${workspace_loc:jbosgi-testsuite-example/target}/test-libs
-->

<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jbosgi-testsuite</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi Testsuite Examples</name>
Expand Down
5 changes: 3 additions & 2 deletions testsuite/functional/pom.xml
Expand Up @@ -15,13 +15,14 @@
-Dtest.archive.directory=${workspace_loc:jbosgi-testsuite-functional/target}/test-libs
-->

<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jboss.osgi.testsuite</groupId>
<artifactId>jbosgi-testsuite</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

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

<name>JBossOSGi Testsuite Integration</name>
Expand Down
5 changes: 3 additions & 2 deletions testsuite/pom.xml
Expand Up @@ -9,13 +9,14 @@
<!-- -->
<!-- ====================================================================== -->

<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">
<modelVersion>4.0.0</modelVersion>

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

<name>JBossOSGi Testsuite</name>
Expand Down
5 changes: 3 additions & 2 deletions wildfly/build/pom.xml
Expand Up @@ -9,13 +9,14 @@
<!-- -->
<!-- ====================================================================== -->

<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">
<modelVersion>4.0.0</modelVersion>

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

<name>JBossOSGi WildFly Build</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/http/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: Http</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/jmx/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: JMX</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/jpa/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: JPA</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/jta/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: JTA</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/naming/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: Naming</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly/integration/web/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.osgi.wildfly</groupId>
<artifactId>jbosgi-wildfly-integration</artifactId>
<version>2.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly Integration: WebApp</name>
Expand Down
5 changes: 3 additions & 2 deletions wildfly/pom.xml
Expand Up @@ -21,13 +21,14 @@
~ 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.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

<name>JBossOSGi WildFly</name>
Expand Down
5 changes: 3 additions & 2 deletions wildfly/subsystem/pom.xml
Expand Up @@ -26,13 +26,14 @@
-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.3.1.Final</version>
<version>2.3.1.Final-SNAPSHOT</version>
</parent>

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

0 comments on commit 99026ab

Please sign in to comment.