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
4910c887
Commit
4910c887
authored
Dec 03, 2010
by
Nicolas Tachker
Browse files
joram version 5.5.0
update protocol to 55
parent
39670c14
Changes
37
Hide whitespace changes
Inline
Side-by-side
joram/a3/common/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/a3/osgi/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/a3/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
parent
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<modules>
...
...
joram/a3/rt/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
a3
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/assembly/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
parent
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/conf/pom.xml
View file @
4910c887
...
...
@@ -10,7 +10,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.objectweb.joram
</groupId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
</project>
\ No newline at end of file
joram/jndi/client/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/jndi/server/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/jndi/shared/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
jndi
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/joram/client/jca/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-client
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/joram/client/jms/pom.xml
View file @
4910c887
...
...
@@ -12,11 +12,12 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-client
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<properties>
<version.filter.value>
${project.version}
</version.filter.value>
<protocol.filter.value>
${joram.protocol}
</protocol.filter.value>
</properties>
...
...
joram/joram/client/jms/src/main/resources/joram.version
View file @
4910c887
joram.version = ${version.filter.value}
\ No newline at end of file
joram.version = ${version.filter.value}
joram.protocol = ${protocol.filter.value}
\ No newline at end of file
joram/joram/client/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<modules>
...
...
joram/joram/jca/jonas/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
</project>
\ No newline at end of file
joram/joram/jca/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<modules>
...
...
joram/joram/jca/ra/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
joram/joram/jca/remote/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-jca
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
joram/joram/mom/core/pom.xml
View file @
4910c887
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-mom
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/joram/mom/extensions/collector/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-mom-extensions
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
joram/joram/mom/extensions/ftp/pom.xml
View file @
4910c887
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
joram-mom-extensions
</artifactId>
<version>
5.
4.1.54
-SNAPSHOT
</version>
<version>
5.
5.0
-SNAPSHOT
</version>
</parent>
<build>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment