File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ datagen_output/
60
60
61
61
# configuration file
62
62
params.ini
63
- pom.xml.new-version
64
63
dependency-reduced-pom.xml
65
64
.Rproj.user
66
65
/build /
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >ldbc.snb.datagen</groupId >
8
8
<artifactId >ldbc_snb_datagen</artifactId >
9
- <version >0.0.1 </version >
9
+ <version >0.5.0-SNAPSHOT </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<properties >
129
129
${project.artifactId} _${scala.compat.version} _spark${spark.compat.version} -${project.version}
130
130
</finalName >
131
131
<plugins >
132
- <plugin >
133
- <groupId >me.ccampo</groupId >
134
- <artifactId >git-version-maven-plugin</artifactId >
135
- <version >0.1.0</version > <!-- Use the latest stable version if possible -->
136
- <extensions >true</extensions >
137
- <configuration >
138
- <strategy hint =" git" >
139
- <!-- Strategy specific configuration goes here -->
140
- </strategy >
141
- </configuration >
142
- </plugin >
143
132
<plugin >
144
133
<groupId >net.alchim31.maven</groupId >
145
134
<artifactId >scala-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments