Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
weblab
openaxes
bundle
Commits
52185710
Commit
52185710
authored
Jan 14, 2015
by
Yann Mombrun
Browse files
Release stable version 0.4.0
parent
f8fb70ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
libraries/jetty-manager/pom.xml
View file @
52185710
...
...
@@ -3,7 +3,7 @@
<groupId>
eu.axes.bundle.servers
</groupId>
<artifactId>
jetty-manager
</artifactId>
<version>
0.4.0
-SNAPSHOT
</version>
<version>
0.4.0
</version>
<packaging>
jar
</packaging>
...
...
libraries/mongodb-manager/pom.xml
View file @
52185710
...
...
@@ -3,7 +3,7 @@
<groupId>
eu.axes.bundle.servers
</groupId>
<artifactId>
mongodb-manager
</artifactId>
<version>
0.4.0
-SNAPSHOT
</version>
<version>
0.4.0
</version>
<packaging>
jar
</packaging>
...
...
libraries/openaxes-camel/pom.xml
View file @
52185710
...
...
@@ -4,7 +4,7 @@
<groupId>
eu.axes.bundle.osgi
</groupId>
<artifactId>
openaxes-camel
</artifactId>
<version>
0.4.0
-SNAPSHOT
</version>
<version>
0.4.0
</version>
<packaging>
bundle
</packaging>
<name>
OpenAXES Camel Chains
</name>
...
...
@@ -30,111 +30,6 @@
<artifactId>
axes-content-manager
</artifactId>
<version>
2.0.1
</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-test
</artifactId>
<version>
${camel-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-jms
</artifactId>
<version>
${camel-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
${spring-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-test
</artifactId>
<version>
${spring-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.osgi
</groupId>
<artifactId>
spring-osgi-core
</artifactId>
<version>
1.2.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.9.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-camel
</artifactId>
<version>
5.9.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.17
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-cxf
</artifactId>
<version>
${camel-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.ow2.weblab.engine
</groupId>
<artifactId>
camel-weblab
</artifactId>
<version>
2.0.2
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.felix
</groupId>
<artifactId>
org.apache.felix.main
</artifactId>
<version>
4.4.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-core-osgi
</artifactId>
<version>
${camel-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-jms
</artifactId>
<version>
${camel-version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
1.6.6
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
xalan
</groupId>
<artifactId>
xalan
</artifactId>
<version>
2.7.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
xerces
</groupId>
<artifactId>
xercesImpl
</artifactId>
<version>
2.9.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.camel
</groupId>
<artifactId>
camel-saxon
</artifactId>
<version>
${camel-version}
</version>
</dependency>
</dependencies>
...
...
pom.xml
View file @
52185710
...
...
@@ -3,7 +3,7 @@
<groupId>
eu.axes.bundle
</groupId>
<artifactId>
open-axes
</artifactId>
<version>
0.4.0
-SNAPSHOT
</version>
<version>
0.4.0
</version>
<packaging>
pom
</packaging>
...
...
@@ -36,7 +36,7 @@
<axes.research.version>
0.7.5
</axes.research.version>
<axes.research.path>
axes-research-${axes.research.version}
</axes.research.path>
<limas.web.version>
3.0.1
</limas.web.version>
<limas.indexer.version>
3.0.1
-SNAPSHOT
</limas.indexer.version>
<limas.indexer.version>
3.0.1
</limas.indexer.version>
<shot.extractor.version>
1.2.1
</shot.extractor.version>
<video.normaliser.version>
1.2.0
</video.normaliser.version>
<gate.extraction.version>
2.5.0
</gate.extraction.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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