Skip to content

Commit

Permalink
updated some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie committed Feb 21, 2013
1 parent fc41a1c commit aa5dd37
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 174 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
</parent>
<groupId>net.osgiliath.framework</groupId>
<artifactId>virgo-plans</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<properties>
<user.osgi.version>0.0.1.SNAPSHOT</user.osgi.version>
<virgo.user.repository>${virgo.path}/repository/usr</virgo.user.repository>
<virgo.pickup.repository>${virgo.path}/pickup</virgo.pickup.repository>
</properties>
Expand Down
23 changes: 7 additions & 16 deletions virgo-plans.jpa/pom.xml
Original file line number Diff line number Diff line change
@@ -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>net.osgiliath.framework</groupId>
<artifactId>virgo-plans</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>virgo-plans.jpa</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -116,21 +115,13 @@
<phase>install</phase>
<configuration>
<tasks>
<copy
file="${project.basedir}/jars/gemini-dbaccess-1.0.0.RELEASE/org.apache.derby_10.5.1.1.jar"
tofile="${virgo.user.repository}/org.apache.derby_10.5.1.1.jar" />
<copy
file="${project.basedir}/jars/gemini-dbaccess-1.0.0.RELEASE/org.eclipse.gemini.dbaccess.derby_1.0.0.RELEASE.jar"
tofile="${virgo.user.repository}/org.eclipse.gemini.dbaccess.derby_1.0.0.RELEASE.jar" />
<copy
file="${project.basedir}/jars/org.eclipse.gemini.jpa-1.1.0.RELEASE.jar"
tofile="${virgo.user.repository}/org.eclipse.gemini.jpa-1.1.0.RELEASE.jar" />
<!-- <copy
file="${project.basedir}/jars/org.eclipse.gemini.naming-1.0.1.RELEASE.jar"
<copy file="${project.basedir}/jars/gemini-dbaccess-1.0.0.RELEASE/org.apache.derby_10.5.1.1.jar" tofile="${virgo.user.repository}/org.apache.derby_10.5.1.1.jar" />
<copy file="${project.basedir}/jars/gemini-dbaccess-1.0.0.RELEASE/org.eclipse.gemini.dbaccess.derby_1.0.0.RELEASE.jar" tofile="${virgo.user.repository}/org.eclipse.gemini.dbaccess.derby_1.0.0.RELEASE.jar" />
<copy file="${project.basedir}/jars/org.eclipse.gemini.jpa-1.1.0.RELEASE.jar" tofile="${virgo.user.repository}/org.eclipse.gemini.jpa-1.1.0.RELEASE.jar" />
<!-- <copy file="${project.basedir}/jars/org.eclipse.gemini.naming-1.0.1.RELEASE.jar"
tofile="${virgo.user.repository}/org.eclipse.gemini.naming-1.0.1.RELEASE.jar" /> -->

<copy file="${project.build.directory}/classes/virgo-plans.jpa.plan"
tofile="${virgo.pickup.repository}/virgo-plans.jpa.plan" />
<copy file="${project.build.directory}/classes/virgo-plans.jpa.plan" tofile="${virgo.pickup.repository}/virgo-plans.jpa.plan" />

</tasks>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion virgo-plans.jpa/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Bundle-ManifestVersion: 2
Bundle-Name: ${project.artifactId}
Bundle-Vendor: Osgiliath Inc.
Bundle-SymbolicName: ${project.groupId}_${project.artifactId}
Bundle-Version: ${user.osgi.version}
Bundle-Version: ${project.version}
56 changes: 14 additions & 42 deletions virgo-plans.messaging/pom.xml
Original file line number Diff line number Diff line change
@@ -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>net.osgiliath.framework</groupId>
<artifactId>virgo-plans</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>virgo-plans.messaging</artifactId>
<packaging>jar</packaging>
Expand All @@ -30,16 +29,9 @@
<phase>install</phase>
<configuration>
<tasks>
<copy
file="${project.build.directory}/classes/virgo-plans.messaging.plan"
tofile="${virgo.pickup.repository}/virgo-plans.messaging.plan" />
<copy
file="${project.basedir}/src/main/resources/jmsconfig.properties"

tofile="${virgo.path}/repository/usr/jmsconfig.properties" />
<copy
file="${project.basedir}/src/main/resources/websocket-config.properties"
tofile="${virgo.path}/repository/usr/websocket-config.properties" />
<copy file="${project.build.directory}/classes/virgo-plans.messaging.plan" tofile="${virgo.pickup.repository}/virgo-plans.messaging.plan" />
<copy file="${project.basedir}/src/main/resources/jmsconfig.properties" tofile="${virgo.path}/repository/usr/jmsconfig.properties" />
<copy file="${project.basedir}/src/main/resources/websocket-config.properties" tofile="${virgo.path}/repository/usr/websocket-config.properties" />
</tasks>
</configuration>
<goals>
Expand Down Expand Up @@ -76,32 +68,16 @@
</artifactItem>
<artifactItem>
<groupId>net.osgiliath.framework</groupId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>framework.middleware.jms.camel</artifactId>
<version>${osgiliath.helpers.version}</version>
<artifactId>helpers.activemq.jms.connectionfactory.exporter</artifactId>
<overWrite>false</overWrite>
<type>jar</type>
<outputDirectory>${virgo.path}/repository/usr</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>net.osgiliath.framework</groupId>
<artifactId>framework.middleware.jms.connectionfactory.exporter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<overWrite>false</overWrite>
<type>jar</type>
<outputDirectory>${virgo.path}/repository/usr</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>net.osgiliath.framework</groupId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>framework.middleware.websock.camel</artifactId>
<overWrite>false</overWrite>
<type>jar</type>
<outputDirectory>${virgo.path}/repository/usr</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>net.osgiliath.framework</groupId>
<artifactId>framework.middleware.websock.connectionfactory</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${osgiliath.helpers.version}</version>
<artifactId>helpers.activemq.websocket.connectionfactory.exporter</artifactId>
<overWrite>false</overWrite>
<type>jar</type>
<outputDirectory>${virgo.path}/repository/usr</outputDirectory>
Expand Down Expand Up @@ -353,19 +329,15 @@
</dependency>
<dependency>
<groupId>net.osgiliath.framework</groupId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>framework.middleware.jms.camel</artifactId>
</dependency>
<dependency>
<groupId>net.osgiliath.framework</groupId>
<artifactId>framework.middleware.jms.connectionfactory.exporter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${osgiliath.helpers.version}</version>
<artifactId>helpers.activemq.jms.connectionfactory.exporter</artifactId>
</dependency>
<dependency>
<groupId>net.osgiliath.framework</groupId>
<artifactId>framework.middleware.websock.connectionfactory</artifactId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>helpers.activemq.websocket.connectionfactory.exporter</artifactId>
<version>${osgiliath.helpers.version}</version>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifact name="jackson-core-asl" type="bundle" version="${jackson-core-asl.version}"></artifact>
<artifact name="jackson-mapper-asl" type="bundle" version="${jackson-core-asl.version}"></artifact>
<artifact name="jmsconfig" type="configuration" version="0"></artifact>
<artifact name="net.osgiliath.framework_framework.middleware.jms.connectionfactory.exporter" type="bundle" version="[0,1)"></artifact>
<!-- <artifact name="net.osgiliath.framework_framework.middleware.jms.connectionfactory.exporter" type="bundle" version="[0,1)"></artifact> -->
<artifact name="org.apache.camel.camel-core" version="${camel-version}" type="bundle"></artifact>
<artifact name="org.apache.camel.camel-core-osgi" version="${camel-version}" type="bundle"></artifact>
<artifact name="org.apache.camel.camel-jackson" version="${camel-version}" type="bundle"></artifact>
Expand All @@ -38,7 +38,7 @@
<artifact name="org.apache.camel.camel-websocket" version="${camel-version}" type="bundle"></artifact>
<artifact name="org.apache.activemq.activemq-camel" type="bundle" version="${org.apache.activemq.version}"></artifact>
<!-- TODO let's see how I can correct (maybe amq-jaas dep)<artifact name="net.osgiliath.framework_framework.middleware.websock.connectionfactory" version="[0, 1)" type="bundle"></artifact>
--><artifact name="net.osgiliath.framework_framework.middleware.jms.camel" type="bundle" version="[0, 1)"></artifact>
--><artifact name="net.osgiliath.framework_helpers.activemq.jms.connectionfactory.exporter" type="bundle" version="${osgiliath.helpers.version}"></artifact>
<artifact name="org.apache.servicemix.bundles.jdom" type="bundle" version="[1, 2)"></artifact>
<artifact name="org.apache.servicemix.bundles.jdom" type="bundle" version="[2,3)"></artifact>

Expand Down
2 changes: 1 addition & 1 deletion virgo-plans.messaging/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Bundle-ManifestVersion: 2
Bundle-Name: ${project.artifactId}
Bundle-Vendor: Osgiliath Inc.
Bundle-SymbolicName: ${project.groupId}_${project.artifactId}
Bundle-Version: ${user.osgi.version}
Bundle-Version: ${project.version}
6 changes: 2 additions & 4 deletions virgo-plans.security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.osgiliath.framework</groupId>
<artifactId>virgo-plans</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>virgo-plans.security</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,9 +29,7 @@
<phase>install</phase>
<configuration>
<tasks>
<copy
file="${project.build.directory}/classes/virgo-plans.security.plan"
tofile="${virgo.pickup.repository}/virgo-plans.security.plan" />
<copy file="${project.build.directory}/classes/virgo-plans.security.plan" tofile="${virgo.pickup.repository}/virgo-plans.security.plan" />
</tasks>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion virgo-plans.security/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Bundle-ManifestVersion: 2
Bundle-Name: ${project.artifactId}
Bundle-Vendor: Osgiliath Inc.
Bundle-SymbolicName: ${project.groupId}_${project.artifactId}
Bundle-Version: ${user.osgi.version}
Bundle-Version: ${project.version}
6 changes: 2 additions & 4 deletions virgo-plans.utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.osgiliath.framework</groupId>
<artifactId>virgo-plans</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>virgo-plans.utils</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,9 +29,7 @@
<phase>install</phase>
<configuration>
<tasks>
<copy
file="${project.build.directory}/classes/virgo-plans.utils.plan"
tofile="${virgo.pickup.repository}/virgo-plans.utils.plan" />
<copy file="${project.build.directory}/classes/virgo-plans.utils.plan" tofile="${virgo.pickup.repository}/virgo-plans.utils.plan" />
</tasks>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion virgo-plans.utils/template.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Bundle-ManifestVersion: 2
Bundle-Name: ${project.artifactId}
Bundle-Vendor: Osgiliath Inc.
Bundle-SymbolicName: ${project.groupId}_${project.artifactId}
Bundle-Version: ${user.osgi.version}
Bundle-Version: ${project.version}
Loading

0 comments on commit aa5dd37

Please sign in to comment.