File tree Expand file tree Collapse file tree 3 files changed +34
-7
lines changed
nifi-sparql-integrate-nar
nifi-sparql-integrate-processors Expand file tree Collapse file tree 3 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.aksw.sparql-integrate</groupId >
21
21
<artifactId >nifi-sparql-integrate-bundle</artifactId >
22
- <version >1.0-SNAPSHOT </version >
22
+ <version >1.0</version >
23
23
</parent >
24
24
25
25
<artifactId >nifi-sparql-integrate-nar</artifactId >
26
- <version >1.0-SNAPSHOT </version >
26
+ <version >1.0</version >
27
27
<packaging >nar</packaging >
28
28
<properties >
29
29
<maven .javadoc.skip>true</maven .javadoc.skip>
34
34
<dependency >
35
35
<groupId >org.aksw.sparql-integrate</groupId >
36
36
<artifactId >nifi-sparql-integrate-processors</artifactId >
37
- <version >1.0-SNAPSHOT </version >
37
+ <version >1.0</version >
38
38
</dependency >
39
39
</dependencies >
40
40
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.aksw.sparql-integrate</groupId >
21
21
<artifactId >nifi-sparql-integrate-bundle</artifactId >
22
- <version >1.0-SNAPSHOT </version >
22
+ <version >1.0</version >
23
23
</parent >
24
24
25
25
<artifactId >nifi-sparql-integrate-processors</artifactId >
26
26
<packaging >jar</packaging >
27
27
28
28
<properties >
29
- <jena .version>3.10 .0</jena .version>
30
- <jena-sparql-api .subversion>1-SNAPSHOT </jena-sparql-api .subversion>
29
+ <jena .version>3.11 .0</jena .version>
30
+ <jena-sparql-api .subversion>1</jena-sparql-api .subversion>
31
31
<jena-sparql-api .version>${jena.version} -${jena-sparql-api.subversion} </jena-sparql-api .version>
32
32
<spring-boot .version>1.5.8.RELEASE</spring-boot .version>
33
33
<!-- Project Settings -->
Original file line number Diff line number Diff line change 24
24
25
25
<groupId >org.aksw.sparql-integrate</groupId >
26
26
<artifactId >nifi-sparql-integrate-bundle</artifactId >
27
- <version >1.0-SNAPSHOT </version >
27
+ <version >1.0</version >
28
28
<packaging >pom</packaging >
29
29
30
30
<modules >
31
31
<module >nifi-sparql-integrate-processors</module >
32
32
<module >nifi-sparql-integrate-nar</module >
33
33
</modules >
34
+ <properties >
35
+ <allowSnapshots >true</allowSnapshots >
36
+ </properties >
34
37
35
38
<dependencyManagement >
36
39
<dependencies >
42
45
</dependencies >
43
46
</dependencyManagement >
44
47
48
+ <build >
49
+ <plugins >
50
+ <plugin >
51
+ <groupId >com.amashchenko.maven.plugin</groupId >
52
+ <artifactId >gitflow-maven-plugin</artifactId >
53
+ <version >1.13.0</version >
54
+ <configuration >
55
+ <installProject >false</installProject >
56
+ <pushRemote >false</pushRemote >
57
+ <gitFlowConfig >
58
+ <versionTagPrefix >v</versionTagPrefix >
59
+ <!-- These values should be defaults -->
60
+ <!-- <productionBranch>master</productionBranch> -->
61
+ <!-- <developmentBranch>develop</developmentBranch> -->
62
+ <!-- <featureBranchPrefix>feature/</featureBranchPrefix> -->
63
+ <!-- <releaseBranchPrefix>release/</releaseBranchPrefix> -->
64
+ <!-- <hotfixBranchPrefix>hotfix/</hotfixBranchPrefix> -->
65
+ <!-- <supportBranchPrefix>support/</supportBranchPrefix> -->
66
+ <!-- <origin>origin</origin> -->
67
+ </gitFlowConfig >
68
+ </configuration >
69
+ </plugin >
70
+ </plugins >
71
+ </build >
45
72
</project >
You can’t perform that action at this time.
0 commit comments