Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Jan 29, 2015
1 parent 1f70b39 commit f96afcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<packaging>pom</packaging>
<name>Arquillian Container Parent WebSphere AS</name>
<description>WebSphere AS Container integrations for the Arquillian Project</description>
Expand Down Expand Up @@ -86,4 +86,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>1.0.0.Beta2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion wlp-managed-8.5/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions wlp-remote-8.5/pom.xml
@@ -1,10 +1,9 @@
<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.arquillian.container</groupId>
<artifactId>arquillian-parent-was</artifactId>
<version>1.0.0.Final-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>arquillian-wlp-remote-8.5</artifactId>
Expand Down

4 comments on commit f96afcf

@narko
Copy link

@narko narko commented on f96afcf Aug 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aslakknutsen, I think there are issues with the maven deployment of this library. Maven is not able to find the dependency and it does not exist in [1]. It seems the problem is affecting more people since some time already [2]. Could you please let me know if the support for WAS has been discontinued? Thanks a lot!

[1] http://repo1.maven.org/maven2/org/jboss/arquillian/container/
[2] http://stackoverflow.com/questions/26628070/arquillian-was-remote-jar-not-found/

@gpoul
Copy link
Member

@gpoul gpoul commented on f96afcf Aug 11, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@narko
Copy link

@narko narko commented on f96afcf Aug 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the arquillian-parent-was, these two dependencies cannot be found:

        <dependency>
            <groupId>org.jboss.arquillian</groupId>
            <artifactId>arquillian-bom</artifactId>
            <version>${version.arquillian_core}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.arquillian</groupId>
            <artifactId>arquillian-build</artifactId>
            <version>${version.arquillian_core}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>

@narko
Copy link

@narko narko commented on f96afcf Aug 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, it must be something with my maven settings, since the library is available here:
https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/arquillian/arquillian-bom/

Please sign in to comment.