Skip to content

Commit aeb811f

Browse files
committed
Change SVN_VERSION to SCM_VERSION now that we're using git
1 parent 430d69e commit aeb811f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,28 +1090,28 @@
10901090
</reporting>
10911091
</profile>
10921092
<profile>
1093-
<!-- This profile only active if the build server exports the SVN_REVISION variable -->
1093+
<!-- This profile only active if the build server exports the SCM_REVISION variable -->
10941094
<id>ci-build</id>
10951095
<activation>
10961096
<property>
1097-
<name>env.SVN_REVISION</name>
1097+
<name>env.SCM_REVISION</name>
10981098
</property>
10991099
</activation>
11001100
<properties>
11011101
<ci.build.number>${env.BUILD_NUMBER}</ci.build.number>
1102-
<ci.svn.revision>${env.SVN_REVISION}</ci.svn.revision>
1102+
<ci.scm.revision>${env.SCM_REVISION}</ci.scm.revision>
11031103
</properties>
11041104
</profile>
11051105
<profile>
11061106
<id>non-ci-build</id>
11071107
<activation>
11081108
<property>
1109-
<name>!env.SVN_REVISION</name>
1109+
<name>!env.SCM_REVISION</name>
11101110
</property>
11111111
</activation>
11121112
<properties>
11131113
<ci.build.number>0</ci.build.number>
1114-
<ci.svn.revision>0</ci.svn.revision>
1114+
<ci.scm.revision>0</ci.scm.revision>
11151115
</properties>
11161116
</profile>
11171117
<profile>

0 commit comments

Comments
 (0)