|
3 | 3 | <groupId>se.streamsource.streamflow</groupId>
|
4 | 4 | <artifactId>streamflow</artifactId>
|
5 | 5 | <name>Streamflow (Build POM)</name>
|
6 |
| - <version>1.28.3</version> |
| 6 | + <version>1.29-beta2</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 |
|
9 | 9 | <!-- This POM is ONLY to initiate the modules to be built. -->
|
|
47 | 47 | <name>MyGrid Repository</name>
|
48 | 48 | <url>http://www.mygrid.org.uk/maven/repository/</url>
|
49 | 49 | </repository>
|
50 |
| - </repositories> |
51 |
| - <!-- <repositories> |
| 50 | + |
52 | 51 | <repository>
|
53 |
| - <id>nexus</id> |
54 |
| - <url>http://79.125.6.136/nexus/content/groups/public</url> |
| 52 | + <id>JBoss 3rd-party</id> |
| 53 | + <name>JBoss 3rd-party Repository</name> |
| 54 | + <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url> |
| 55 | + </repository> |
| 56 | + <repository> |
| 57 | + <id>Clojars</id> |
| 58 | + <name>Clojars Repository</name> |
| 59 | + <url>http://clojars.org/repo/</url> |
55 | 60 | </repository>
|
56 |
| - </repositories> |
57 |
| ---> |
58 | 61 | <!-- <repositories>
|
59 | 62 | <repository>
|
60 | 63 | <id>streamflow-release</id>
|
|
103 | 106 | <connection>scm:git:https://github.com/jayway/streamflow-core.git</connection>
|
104 | 107 | <developerConnection>scm:git:https://github.com/jayway/streamflow-core.git
|
105 | 108 | </developerConnection>
|
106 |
| - <tag>HEAD</tag> |
| 109 | + <tag>streamflow-1.29-beta2</tag> |
107 | 110 | </scm>
|
108 | 111 |
|
109 | 112 | <!-- <distributionManagement>
|
|
224 | 227 | </roles>
|
225 | 228 | <timezone>UTC+1</timezone>
|
226 | 229 | </developer>
|
| 230 | + <developer> |
| 231 | + <id>ruslanpopenko</id> |
| 232 | + <name>Ruslan Popenko</name> |
| 233 | + |
| 234 | + <url>http://imcode.com</url> |
| 235 | + <organization>imCode</organization> |
| 236 | + <organizationUrl>http://ubrainians.com</organizationUrl> |
| 237 | + <roles> |
| 238 | + <role>Developer</role> |
| 239 | + </roles> |
| 240 | + <timezone>UTC+2</timezone> |
| 241 | + </developer> |
227 | 242 | </developers>
|
228 | 243 |
|
229 | 244 | <contributors>
|
|
807 | 822 | <version>2.3</version>
|
808 | 823 | </dependency>
|
809 | 824 |
|
| 825 | + <dependency> |
| 826 | + <groupId>info.aduna</groupId> |
| 827 | + <artifactId>aduna-iteration</artifactId> |
| 828 | + <version>1.5</version> |
| 829 | + </dependency> |
| 830 | + |
810 | 831 | <!-- Scheduler -->
|
811 | 832 | <dependency>
|
812 | 833 | <groupId>org.quartz-scheduler</groupId>
|
|
0 commit comments