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
bonita
bonita-connector-twitter
Commits
60c10720
Commit
60c10720
authored
Mar 06, 2014
by
Nicolas Chabanoles
Browse files
Moved to Connector 1.0.0 parent version with dependency to Engine 6.2.0, fixed assembly mechanism
parent
340d71a8
Changes
6
Hide whitespace changes
Inline
Side-by-side
bonita-connector-twitter-common/pom.xml
View file @
60c10720
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.
1.0
-SNAPSHOT
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter-common
</artifactId>
...
...
bonita-connector-twitter-direct-def/pom.xml
View file @
60c10720
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.
1.0
-SNAPSHOT
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter-direct-def
</artifactId>
...
...
bonita-connector-twitter-direct-impl/pom.xml
View file @
60c10720
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.
1.0
-SNAPSHOT
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter-direct-impl
</artifactId>
...
...
@@ -36,22 +36,29 @@
<build>
<plugins>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<id>
assemble
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>
connector-assembly
</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<dependencies>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connectors-assembly
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>
assemble
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>
connector-assembly
</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
bonita-connector-twitter-update-def/pom.xml
View file @
60c10720
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.
1.0
-SNAPSHOT
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter-update-def
</artifactId>
...
...
bonita-connector-twitter-update-impl/pom.xml
View file @
60c10720
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.
1.0
-SNAPSHOT
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter-update-impl
</artifactId>
...
...
@@ -35,22 +35,29 @@
<build>
<plugins>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<id>
assemble
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>
connector-assembly
</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<dependencies>
<dependency>
<groupId>
org.bonitasoft.connectors
</groupId>
<artifactId>
bonita-connectors-assembly
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>
assemble
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>
connector-assembly
</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
pom.xml
View file @
60c10720
...
...
@@ -5,12 +5,11 @@
<parent>
<artifactId>
bonita-connectors
</artifactId>
<groupId>
org.bonitasoft.connectors
</groupId>
<version>
6.1
.0
</version>
<version>
1.0
.0
</version>
</parent>
<artifactId>
bonita-connector-twitter
</artifactId>
<packaging>
pom
</packaging>
<version>
6.1.0-SNAPSHOT
</version>
<modules>
<module>
bonita-connector-twitter-common
</module>
...
...
@@ -20,12 +19,27 @@
<module>
bonita-connector-twitter-update-impl
</module>
</modules>
<properties>
<bonita.engine.version>
6.2.0
</bonita.engine.version>
</properties>
<dependencies>
<dependency>
<!-- Latest Version of Bonita released, against which the initial development
has been done. -->
<!-- The connector will be tested against more recent version -->
<artifactId>
bonita-common
</artifactId>
<groupId>
org.bonitasoft.engine
</groupId>
<version>
${bonita.engine.version}
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
</configuration>
...
...
@@ -37,7 +51,6 @@
<developerConnection>
scm:git:git@github.com:bonitasoft/bonita-connector-twitter.git
</developerConnection>
<connection>
scm:git:git@github.com:bonitasoft/bonita-connector-twitter.git
</connection>
<url>
https://github.com/bonitasoft/bonita-connector-twitter
</url>
<tag>
bonita-connector-twitter-6.1.0
</tag>
</scm>
...
...
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