File tree Expand file tree Collapse file tree 7 files changed +11
-5
lines changed Expand file tree Collapse file tree 7 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11
11
![ Logo] ( assets/logo.png )
12
12
13
13
# Changelog
14
+ - ** 7.0.2 (15 jul 2019)**
15
+ - fixed leaks of system scoped dependencies in generated pom.xml
16
+
14
17
- ** 7.0.1 (19 apr 2019)**
15
18
- minor refactoring
16
19
Original file line number Diff line number Diff line change
1
+ 7.0.2 (15 jul 2019)
2
+ - fixed leaks of system scoped dependencies in generated pom.xml
3
+
1
4
7.0.1 (19 apr 2019)
2
5
- minor refactoring
3
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
flatDir dirs : " ../../../jcp/target"
5
5
}
6
6
dependencies {
7
- classpath " com.igormaznitsa:jcp:7.0.2-SNAPSHOT "
7
+ classpath " com.igormaznitsa:jcp:7.0.2"
8
8
}
9
9
}
10
10
apply plugin : ' com.igormaznitsa.jcp'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
flatDir dirs : " ../../jcp/target"
4
4
}
5
5
dependencies {
6
- classpath " com.igormaznitsa:jcp:7.0.2-SNAPSHOT "
6
+ classpath " com.igormaznitsa:jcp:7.0.2"
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change 8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
11
- <jcp .test.version>7.0.2-SNAPSHOT </jcp .test.version>
11
+ <jcp .test.version>7.0.2</jcp .test.version>
12
12
<junit .version>5.4.2</junit .version>
13
13
<maven .compiler.source>1.8</maven .compiler.source>
14
14
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jcp-pom</artifactId >
8
- <version >7.0.2-SNAPSHOT </version >
8
+ <version >7.0.2</version >
9
9
</parent >
10
10
11
11
<artifactId >jcp</artifactId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jcp-pom</artifactId >
8
- <version >7.0.2-SNAPSHOT </version >
8
+ <version >7.0.2</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<url >https://github.com/raydac/java-comment-preprocessor</url >
You can’t perform that action at this time.
0 commit comments