Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
accf1e9c
Commit
accf1e9c
authored
Nov 30, 2011
by
Nicolas Tachker
Browse files
Set Joram groupId to org.ow2.joram.
parent
94db0f96
Changes
38
Hide whitespace changes
Inline
Side-by-side
joram/a3/common/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-common
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: a3 :: common
</name>
<description>
Builds the Joram a3 common project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/a3/osgi/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-osgi
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: a3 :: osgi
</name>
<description>
Builds the Joram a3 osgi project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/a3/pom.xml
View file @
accf1e9c
...
...
@@ -2,14 +2,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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3
</artifactId>
<packaging>
pom
</packaging>
<name>
JORAM :: a3
</name>
<description>
Builds the Joram a3 project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
parent
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/a3/rt/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: a3 :: rt
</name>
<description>
Builds the Joram a3 rt project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -43,7 +43,7 @@
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-common
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/assembly/osgi-assembly.xml
View file @
accf1e9c
...
...
@@ -17,23 +17,23 @@
<includes>
<include>
org.apache.geronimo.specs:geronimo-jms_1.1_spec
</include>
<include>
org.objectweb.joram:jcup
</include>
<include>
org.o
bjectweb
.joram:joram-shared
</include>
<include>
org.o
bjectweb
.joram:joram-mom-core
</include>
<include>
org.o
bjectweb
.joram:joram-client-jms
</include>
<include>
org.o
bjectweb
.joram:a3-common
</include>
<include>
org.o
bjectweb
.joram:a3-rt
</include>
<include>
org.o
bjectweb
.joram:a3-osgi
</include>
<include>
org.o
bjectweb
.joram:jndi-shared
</include>
<include>
org.o
bjectweb
.joram:jndi-server
</include>
<include>
org.o
bjectweb
.joram:jndi-client
</include>
<include>
org.o
w2
.joram:joram-shared
</include>
<include>
org.o
w2
.joram:joram-mom-core
</include>
<include>
org.o
w2
.joram:joram-client-jms
</include>
<include>
org.o
w2
.joram:a3-common
</include>
<include>
org.o
w2
.joram:a3-rt
</include>
<include>
org.o
w2
.joram:a3-osgi
</include>
<include>
org.o
w2
.joram:jndi-shared
</include>
<include>
org.o
w2
.joram:jndi-server
</include>
<include>
org.o
w2
.joram:jndi-client
</include>
<include>
org.ow2.jonas.osgi:monolog
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-amqp
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-ftp
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-jmsbridge
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-mail
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-collector
</include>
<include>
org.o
bjectweb
.joram:joram-mom-extensions-scheduler
</include>
<include>
org.o
bjectweb
.joram:joram-tools-jasp
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-amqp
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-ftp
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-jmsbridge
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-mail
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-collector
</include>
<include>
org.o
w2
.joram:joram-mom-extensions-scheduler
</include>
<include>
org.o
w2
.joram:joram-tools-jasp
</include>
<include>
org.apache.felix:org.apache.felix.shell
</include>
<include>
org.apache.felix:org.apache.felix.shell.remote
</include>
<include>
org.apache.felix:org.apache.felix.shell.tui
</include>
...
...
@@ -54,7 +54,7 @@
<include>
org.ow2.jonas.osgi:monolog
</include>
<include>
javax.mail:mail
</include>
<include>
soap:soap
</include>
<include>
org.o
bjectweb
.joram:joram-client-jca
</include>
<include>
org.o
w2
.joram:joram-client-jca
</include>
</includes>
<useProjectArtifact>
false
</useProjectArtifact>
<unpack>
false
</unpack>
...
...
@@ -78,7 +78,7 @@
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
<useStrictFiltering>
true
</useStrictFiltering>
<includes>
<include>
org.o
bjectweb
.joram:conf
</include>
<include>
org.o
w2
.joram:conf
</include>
</includes>
<useProjectArtifact>
false
</useProjectArtifact>
<unpack>
true
</unpack>
...
...
@@ -90,7 +90,7 @@
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
<useStrictFiltering>
true
</useStrictFiltering>
<includes>
<include>
org.o
bjectweb
.joram:licenses
</include>
<include>
org.o
w2
.joram:licenses
</include>
</includes>
<useProjectArtifact>
false
</useProjectArtifact>
<unpack>
true
</unpack>
...
...
joram/assembly/pom.xml
View file @
accf1e9c
<?xml version="1.0" encoding="UTF-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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-assembly
</artifactId>
<packaging>
pom
</packaging>
<name>
JORAM :: assembly
</name>
...
...
@@ -9,7 +9,7 @@
<description>
Provides a Joram assembly target.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
parent
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -55,97 +55,97 @@
<artifactId>
jcup
</artifactId>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-shared
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-core
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jms
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-common
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-osgi
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-shared
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-server
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-client
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-amqp
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-ftp
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-jmsbridge
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-mail
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-collector
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-extensions-scheduler
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-tools-jasp
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
...
...
@@ -192,19 +192,19 @@
<artifactId>
soap
</artifactId>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jca
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
licenses
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
conf
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
...
...
joram/conf/pom.xml
View file @
accf1e9c
...
...
@@ -2,14 +2,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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
conf
</artifactId>
<name>
JORAM :: conf
</name>
<description>
Builds the Joram conf project.
</description>
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/jndi/client/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-client
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: jndi :: client
</name>
<description>
Builds the Joram jndi client project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-shared
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/jndi/pom.xml
View file @
accf1e9c
...
...
@@ -2,7 +2,7 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi
</artifactId>
<packaging>
pom
</packaging>
<name>
JORAM :: jndi
</name>
...
...
@@ -10,7 +10,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/jndi/server/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-server
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: jndi :: server
</name>
<description>
Builds the Joram jndi server project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -49,12 +49,12 @@
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-shared
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/jndi/shared/pom.xml
View file @
accf1e9c
...
...
@@ -2,17 +2,17 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-shared
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: jndi :: shared
</name>
<description>
Builds the Joram jndi shared project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
</parent>
<build>
<plugins>
...
...
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-common
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/joram/client/jca/pom.xml
View file @
accf1e9c
...
...
@@ -2,17 +2,17 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jca
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: joram :: client :: JCA 1.5 connector
</name>
<description>
Builds the Joram connector project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
</parent>
<build>
<plugins>
...
...
@@ -40,12 +40,12 @@
<artifactId>
ow2-connector-1.5-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jms
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/joram/client/jms/pom.xml
View file @
accf1e9c
...
...
@@ -3,14 +3,14 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jms
</artifactId>
<packaging>
bundle
</packaging>
<name>
JORAM :: joram :: client :: jms
</name>
<description>
Builds the Joram client jms project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
@@ -105,7 +105,7 @@
<artifactId>
geronimo-jms_1.1_spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-shared
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
@@ -114,7 +114,7 @@
to be re architecture
-->
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-mom-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
joram/joram/client/pom.xml
View file @
accf1e9c
...
...
@@ -2,14 +2,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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client
</artifactId>
<packaging>
pom
</packaging>
<name>
JORAM :: joram :: client
</name>
<description>
Builds the Joram joram client project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/joram/jca/jonas/pom.xml
View file @
accf1e9c
...
...
@@ -2,16 +2,16 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca-jonas
</artifactId>
<packaging>
rar
</packaging>
<name>
JORAM :: joram :: jca :: jonas
</name>
<description>
Builds the Joram jca jonas project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
</parent>
</project>
\ No newline at end of file
joram/joram/jca/pom.xml
View file @
accf1e9c
...
...
@@ -2,14 +2,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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<packaging>
pom
</packaging>
<name>
JORAM :: joram :: jca
</name>
<description>
Builds the Joram jca project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
...
...
joram/joram/jca/ra/pom.xml
View file @
accf1e9c
...
...
@@ -2,21 +2,21 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca-ra
</artifactId>
<packaging>
rar
</packaging>
<name>
JORAM :: joram :: jca :: ra
</name>
<description>
Builds the Joram jca ra project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<version>
5.8.0-SNAPSHOT
</version>
</parent>
</parent>
<dependencies>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-client-jca
</artifactId>
<version>
${project.version}
</version>
<exclusions>
...
...
@@ -47,28 +47,28 @@
</exclusions>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-osgi
</artifactId>
<version>
${project.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-client
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
jndi-server
</artifactId>
<version>
${project.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
a3-rt
</artifactId>
</exclusion>
</exclusions>
...
...
joram/joram/jca/remote/pom.xml
View file @
accf1e9c
...
...
@@ -2,21 +2,21 @@
<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>
<groupId>
org.o
bjectweb
.joram
</groupId>
<groupId>
org.o
w2
.joram
</groupId>
<artifactId>
joram-jca-remote
</artifactId>
<packaging>
rar
</packaging>
<name>
JORAM :: joram :: jca :: remote
</name>
<description>
Builds the Joram jca remote project.
</description>
<parent>
<groupId>
org.o
bjectweb
.joram
</groupId>